0
0
Fork 0

Fix sass-lint config (#10982)

This commit is contained in:
Yamagishi Kazutoshi 2019-06-07 01:51:46 +09:00 committed by Eugen Rochko
parent fe3bf3b0fc
commit c672676c03
14 changed files with 80 additions and 306 deletions

View file

@ -1,21 +1,21 @@
@mixin avatar-radius() {
@mixin avatar-radius {
border-radius: 4px;
background: transparent no-repeat;
background-position: 50%;
background-clip: padding-box;
}
@mixin avatar-size($size:48px) {
@mixin avatar-size($size: 48px) {
width: $size;
height: $size;
background-size: $size $size;
}
@mixin search-input() {
@mixin search-input {
outline: 0;
box-sizing: border-box;
width: 100%;
border: none;
border: 0;
box-shadow: none;
font-family: inherit;
background: $ui-base-color;
@ -42,7 +42,7 @@
}
}
@mixin search-popout() {
@mixin search-popout {
background: $simple-background-color;
border-radius: 4px;
padding: 10px 14px;