mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 18:14:42 +00:00
ui: move the layout modification over here
This commit is contained in:
parent
b7136e75c3
commit
734d908e34
@ -111,8 +111,8 @@ img {
|
||||
// Horizontal rules
|
||||
|
||||
hr {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
margin-top: $line-height-computed;
|
||||
margin-bottom: $line-height-computed;
|
||||
border: 0;
|
||||
border-top: 1px solid $hr-border;
|
||||
}
|
||||
|
||||
@ -671,6 +671,11 @@ table{
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#mainmenu .glyphicon{
|
||||
vertical-align: -2px;
|
||||
}
|
||||
|
||||
@ -1245,8 +1245,8 @@ img {
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
border: 0;
|
||||
border-top: 1px solid #eeeeee;
|
||||
}
|
||||
@ -7386,6 +7386,11 @@ table {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
hr {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
#mainmenu .glyphicon {
|
||||
vertical-align: -2px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user