mirror of https://gitee.com/bigwinds/arangodb
scss fix
This commit is contained in:
parent
68cf81f9e0
commit
039312e39c
|
@ -4,13 +4,14 @@
|
|||
}
|
||||
|
||||
.shortcuts b {
|
||||
border-left: 1px solid rgba(0, 0, 0, 0.34);
|
||||
padding-left: 5px;
|
||||
border-left: 1px solid rgba(0, 0, 0, .34);
|
||||
margin-left: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.shortcuts b:first-child, .shortcuts .clearShortcut {
|
||||
.shortcuts b:first-child,
|
||||
.shortcuts .clearShortcut {
|
||||
border-left: 0;
|
||||
padding-left: 0;
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue