mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-24 04:00:24 +08:00
parent
d369d315a7
commit
ee495450cc
|
@ -135,11 +135,19 @@
|
|||
border-left: 3px solid #BBB;
|
||||
background-color: #EEE;
|
||||
padding: $-s;
|
||||
padding-left: $-xl;
|
||||
display: block;
|
||||
position: relative;
|
||||
&:before {
|
||||
font-family: 'Material-Design-Iconic-Font';
|
||||
padding-right: $-s;
|
||||
left: $-xs + 4px;
|
||||
top: 50%;
|
||||
margin-top: -9px;
|
||||
//top: $-xs + 5px;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
font-size: 1.222em;
|
||||
line-height: 1;
|
||||
}
|
||||
&.success {
|
||||
border-left-color: $positive;
|
||||
|
|
Loading…
Reference in New Issue
Block a user