Initial commit
This commit is contained in:
14
pma/themes/pmahomme/scss/_buttons.scss
Normal file
14
pma/themes/pmahomme/scss/_buttons.scss
Normal file
@ -0,0 +1,14 @@
|
||||
.btn-primary {
|
||||
font-weight: $font-weight-bold;
|
||||
}
|
||||
|
||||
.btn-primary,
|
||||
.btn-secondary {
|
||||
border-color: #aaa;
|
||||
text-shadow: 0 1px 0 #fff;
|
||||
background-image: linear-gradient(#f8f8f8, #d8d8d8);
|
||||
|
||||
&:hover {
|
||||
background-image: linear-gradient(#fff, #ddd);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user