appearance: icons fixed

This commit is contained in:
muerwre 2018-11-27 12:02:04 +07:00
parent 9e186397e0
commit 169d4d4222
16 changed files with 290 additions and 120 deletions

View file

@ -4,29 +4,35 @@
height: 18px;
line-height: 1em;
border-radius: 2px;
font-family: sans-serif;
font-size: 14px;
font-family: inherit;
font-size: 1em;
display: inline-flex;
align-items: center;
cursor: pointer;
user-select: none;
box-shadow: inset rgba(100,100,100, 0.3) 1px 0, inset rgba(0,0,0, 0.1) -1px 0;
color: white;
font-weight: 200;
&.primary {
background: #3c78db;
color: white;
}
&.danger {
background: #ed2f3b;
color: white;
}
&.success {
background: #17bf6d;
color: white;
}
}
.button-group {
display: flex;
.button {
border-radius: 0;
margin: 0;