Init(Core): Change repo
This commit is contained in:
17
public/assets/scss/custom/components/_buttons.scss
Normal file
17
public/assets/scss/custom/components/_buttons.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
//
|
||||
// _buttons.scss
|
||||
//
|
||||
|
||||
button,a {
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
|
||||
// Rounded Buttons
|
||||
.btn-rounded {
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
.btn-dark, .btn-secondary{
|
||||
color: $gray-200 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user