17 lines
188 B
SCSS
17 lines
188 B
SCSS
//
|
|
// _buttons.scss
|
|
//
|
|
|
|
button,a {
|
|
outline: none !important;
|
|
}
|
|
|
|
|
|
// Rounded Buttons
|
|
.btn-rounded {
|
|
border-radius: 30px;
|
|
}
|
|
|
|
.btn-dark, .btn-secondary{
|
|
color: $gray-200 !important;
|
|
} |