tabby/terminus-terminal/src/components/colorPicker.component.scss
Eugene Pankov 125ec2b81c .
2017-04-16 20:38:42 +02:00

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);
}