Update button styles

This commit is contained in:
alxshelepenok
2018-11-11 14:45:46 +03:00
parent ffbe3e2c4f
commit cca1567f16
4 changed files with 30 additions and 29 deletions

View File

@@ -12,30 +12,30 @@
list-style: none;
padding: 0;
margin: 10px -3px;
width: 104px;
width: 140px;
&-item {
padding: 0;
margin: 4px;
display: flex;
align-content: center;
align-items: center;
justify-content: center;
margin: 3px;
height: 28px;
width: 28px;
line-height: 28px;
height: $button-height;
width: $button-height;
line-height: $button-height;
border-radius: 50%;
text-align: center;
background: $color-gray-bg;
border: 1px solid $color-gray-bg;
&-link {
border: 0;
display: flex;
color: lighten($color-base, 20%);
color: $color-base;
&:hover,
&:focus {
color: $color-base;
color: $color-primary;
}
}