mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-18 18:39:55 +00:00
16 lines
333 B
SCSS
16 lines
333 B
SCSS
div {
|
|
width: 32px;
|
|
height: 32px;
|
|
box-shadow: 0 1px 1px rgba(0,0,0,.5);
|
|
border: none;
|
|
margin: 5px 10px 5px 0;
|
|
border-radius: 2px;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-size: 17px;
|
|
display: inline-block;
|
|
color: #fff;
|
|
line-height: 31px;
|
|
text-shadow: 0 1px 1px rgba(0,0,0,.5);
|
|
}
|