wide: Reduce button spaces

This commit is contained in:
Dorota Czaplejewicz
2019-10-28 15:24:56 +00:00
parent c917a1f818
commit 0f1f6531da

View File

@ -4,7 +4,7 @@ sq_view {
font-family: cantarell, sans-serif;
}
sq_button {
sq_view sq_button {
color: #deddda;
background: #464448;
border-style: solid;
@ -14,6 +14,10 @@ sq_button {
margin: 4px 2px 4px 2px;
}
sq_view.wide sq_button {
margin: 1px 1px 1px 1px;
}
sq_button:active {
background: #747077;
border-color: #96949d;