test
This commit is contained in:
parent
835ab4f777
commit
0729681276
1 changed files with 5 additions and 4 deletions
|
@ -165,10 +165,11 @@
|
||||||
#workspaces button {
|
#workspaces button {
|
||||||
font-size: 0px;
|
font-size: 0px;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
/* padding: top | right | bottom | left */
|
/* p/m : all */
|
||||||
/* padding: top | left and right | bottom */
|
/* p/m : top | right | bottom | left */
|
||||||
/* padding: top and bottom | left and right */
|
/* p/m : top | left and right | bottom */
|
||||||
padding: 0px;
|
/* p/m : top and bottom | left and right */
|
||||||
|
padding: 5px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
color: rgba(0, 0, 0, 0);
|
color: rgba(0, 0, 0, 0);
|
||||||
background-color: #3c3836;
|
background-color: #3c3836;
|
||||||
|
|
Loading…
Reference in a new issue