mirror of https://github.com/rancher/ui.git
dots
This commit is contained in:
parent
607cd7ce5b
commit
6e1512314e
|
|
@ -2,14 +2,15 @@
|
||||||
float: left;
|
float: left;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
|
line-height: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dot-group {
|
.dot-group {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
border: 1px solid $border;
|
border: 1px solid $border;
|
||||||
margin: 0 5px 0 0;
|
margin: 0 5px 0 0;
|
||||||
padding: 2px;
|
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
|
padding: 0 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
//scale
|
//scale
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue