mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
ui: make hr padding match __mX helpers
$line-height-computed only appears once in scaffolding template so just switch it to the hardcoded defaults of the __mX class stylers. This is done to match MVC forms between use of consistent margin and horizontal lines as dividers as seen on the MVC logging settings page.
This commit is contained in:
parent
c2260f6a47
commit
f87bc9a105
@ -111,8 +111,8 @@ img {
|
||||
// Horizontal rules
|
||||
|
||||
hr {
|
||||
margin-top: $line-height-computed;
|
||||
margin-bottom: $line-height-computed;
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
border: 0;
|
||||
border-top: 1px solid $hr-border;
|
||||
}
|
||||
|
||||
@ -1245,8 +1245,8 @@ img {
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
border: 0;
|
||||
border-top: 1px solid #eeeeee;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user