sweet delicious yellow

This commit is contained in:
ntr 2019-11-22 16:52:01 +11:00
parent f0aba62e6d
commit 9ad0f97e51

View File

@ -60,12 +60,14 @@
button {
letter-spacing: 0.1em;
background-color: #996100;
background-color: @yellow;
color: black;
border-radius: 0;
border: 0;
&[disabled] {
border: 0.1em solid @gray;
border-left: 0;
color: @gray-exists;
};
transition-property: 0;
@ -104,7 +106,8 @@
button {
line-height: 1.4;
letter-spacing: 0.1em;
background-color: #996100;
color: black;
background-color: @yellow;
}
.vbox-padding {