Tag add new prop size
This commit is contained in:
parent
04f5779c02
commit
8a8a1b4c40
3 changed files with 26 additions and 4 deletions
|
@ -14,9 +14,19 @@
|
|||
vertical-align: middle;
|
||||
opacity: 1;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
//transition: all @transition-time @ease-in-out;
|
||||
|
||||
&-size-large{
|
||||
height: 32px;
|
||||
line-height: 32px;
|
||||
padding: 0 12px;
|
||||
}
|
||||
&-size-medium{
|
||||
height: 28px;
|
||||
line-height: 28px;
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
// for color and unchecked
|
||||
&:not(&-border):not(&-dot):not(&-checked){
|
||||
background: transparent;
|
||||
|
@ -251,4 +261,4 @@
|
|||
}
|
||||
|
||||
.make-color-classes();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue