mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 01:51:40 -05:00
only apply primary button color to .btn-primary style
This commit is contained in:
parent
019ae375fd
commit
ab639798d7
4 changed files with 10 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
body{
|
||||
background: {{getSetting "backgroundCSS"}};
|
||||
}
|
||||
input[type="submit"], button, .button, .auth-buttons #login-buttons #login-buttons-password, .btn, .error, .mobile-menu-button, .login-link-text{
|
||||
input[type="submit"], button, .button, .auth-buttons #login-buttons #login-buttons-password, .btn-primary, .error, .mobile-menu-button, .login-link-text{
|
||||
background-color: {{getSetting "buttonColor"}} !important;
|
||||
color: {{getSetting "buttonTextColor"}} !important;
|
||||
}
|
||||
|
|
|
@ -110,8 +110,6 @@ form, .accounts-dialog{
|
|||
input[type="submit"], button, .button, .btn{
|
||||
-webkit-appearance: none;
|
||||
border-radius: 3px;
|
||||
background:$red;
|
||||
color:white;
|
||||
text-align:center;
|
||||
display:block;
|
||||
max-width: 300px;
|
||||
|
@ -128,12 +126,16 @@ input[type="submit"], button, .button, .btn{
|
|||
background:$lighter-grey;
|
||||
pointer-events:none;
|
||||
}
|
||||
&:link, &:hover, &:active, &:visited{
|
||||
color:white;
|
||||
}
|
||||
&.inline{
|
||||
display: inline-block;
|
||||
}
|
||||
&.btn-primary{
|
||||
background:$red;
|
||||
color:white;
|
||||
&:link, &:hover, &:active, &:visited{
|
||||
color:white;
|
||||
}
|
||||
}
|
||||
}
|
||||
input[type="search"]{
|
||||
font-size:14px;
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
],
|
||||
[
|
||||
"fourseven:scss",
|
||||
"0.9.4"
|
||||
"1.0.0"
|
||||
],
|
||||
[
|
||||
"geojson-utils",
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
],
|
||||
[
|
||||
"fourseven:scss",
|
||||
"0.9.4"
|
||||
"1.0.0"
|
||||
],
|
||||
[
|
||||
"geojson-utils",
|
||||
|
|
Loading…
Add table
Reference in a new issue