sweet delicious yellow
This commit is contained in:
parent
f0aba62e6d
commit
9ad0f97e51
@ -60,12 +60,14 @@
|
|||||||
|
|
||||||
button {
|
button {
|
||||||
letter-spacing: 0.1em;
|
letter-spacing: 0.1em;
|
||||||
background-color: #996100;
|
background-color: @yellow;
|
||||||
|
color: black;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
&[disabled] {
|
&[disabled] {
|
||||||
border: 0.1em solid @gray;
|
border: 0.1em solid @gray;
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
|
color: @gray-exists;
|
||||||
};
|
};
|
||||||
|
|
||||||
transition-property: 0;
|
transition-property: 0;
|
||||||
@ -104,7 +106,8 @@
|
|||||||
button {
|
button {
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
letter-spacing: 0.1em;
|
letter-spacing: 0.1em;
|
||||||
background-color: #996100;
|
color: black;
|
||||||
|
background-color: @yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vbox-padding {
|
.vbox-padding {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user