mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-05 09:34:37 +08:00
Added permission system
This commit is contained in:
@ -60,6 +60,11 @@
|
||||
&.large {
|
||||
padding: $-xl;
|
||||
}
|
||||
>h1, >h2, >h3, >h4 {
|
||||
&:first-child {
|
||||
margin-top: 0.1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
.padded-vertical, .padded-top {
|
||||
padding-top: $-m;
|
||||
@ -67,6 +72,7 @@
|
||||
padding-top: $-xl;
|
||||
}
|
||||
}
|
||||
|
||||
.padded-vertical, .padded-bottom {
|
||||
padding-bottom: $-m;
|
||||
&.large {
|
||||
|
@ -197,7 +197,7 @@ p.secondary, p .secondary, span.secondary, .text-secondary {
|
||||
*/
|
||||
ul {
|
||||
list-style: disc;
|
||||
margin-left: $-m;
|
||||
margin-left: $-m*1.5;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user