7 lines
77 B
SCSS
7 lines
77 B
SCSS
.text-danger {
|
|
color: $cRed;
|
|
}
|
|
|
|
.btn-light {
|
|
border: 1px solid #cccccc;
|
|
} |