update: Change cards design and write documentation
This commit is contained in:
parent
784672d335
commit
9bd80e41eb
19 changed files with 138 additions and 16 deletions
25
stylesheets/components/_control.less
Normal file
25
stylesheets/components/_control.less
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
#root .borderedControl {
|
||||
background-color: transparent;
|
||||
border: 1px solid #e6e6e6; //#dadce1;
|
||||
box-shadow: none;
|
||||
transition: .2s ease all;
|
||||
border-radius: 3px;
|
||||
font-size: 11px;
|
||||
font-weight: bold;
|
||||
color: rgba(0, 0, 0, .65) !important;
|
||||
min-width: 18px;
|
||||
|
||||
.title {
|
||||
color: rgba(0, 0, 0, .65) !important;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
transition: .2s ease all;
|
||||
background: #e6e6e6 !important;
|
||||
color: rgba(0, 0, 0, .75) !important;
|
||||
|
||||
.title {
|
||||
color: rgba(0, 0, 0, .75) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue