added padding below the content container
This commit is contained in:
@ -25,7 +25,7 @@ span.caret {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.attribute-row + .attribute-row{
|
.attribute-row + .attribute-row {
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -33,6 +33,10 @@ span.caret {
|
|||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container[data-controller] {
|
||||||
|
padding-bottom: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
.disabled {
|
.disabled {
|
||||||
cursor: default;
|
cursor: default;
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
|
Reference in New Issue
Block a user