Remove non-color styling from theme; Button styling fixes
This commit is contained in:
parent
bfeea0da55
commit
13e36b7d92
|
@ -115,6 +115,8 @@ span .tag {
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
&.small {
|
&.small {
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
|
@ -157,6 +159,7 @@ span .tag {
|
||||||
font-size: 200%;
|
font-size: 200%;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -344,6 +344,7 @@ $nav-font-height: 16px;
|
||||||
font-size: 25px;
|
font-size: 25px;
|
||||||
line-height: 10px;
|
line-height: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
text-decoration: none;
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: '';
|
content: '';
|
||||||
|
|
|
@ -75,8 +75,6 @@
|
||||||
border: 1px solid darken($button-color, 2);
|
border: 1px solid darken($button-color, 2);
|
||||||
background-color: $button-color;
|
background-color: $button-color;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-decoration: none;
|
|
||||||
font-weight: bold;
|
|
||||||
|
|
||||||
&.red {
|
&.red {
|
||||||
background-color: $red;
|
background-color: $red;
|
||||||
|
|
Loading…
Reference in New Issue