mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
sticky submit and reset buttons ref #336
This commit is contained in:
@@ -34,4 +34,20 @@ ul.submenu.min-width {
|
||||
|
||||
ul.custom_fields.choice li {
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
|
||||
.sticky-form-buttons {
|
||||
margin-top:1em;
|
||||
background-color:$orange;//$grey-5;
|
||||
position:sticky;
|
||||
bottom:0.5em;
|
||||
text-align:center;
|
||||
padding:0.5em;
|
||||
border-radius: $base-border-radius;
|
||||
}
|
||||
|
||||
.sticky-form-buttons button {
|
||||
margin-left: 1em;
|
||||
margin-right: 1em;
|
||||
}
|
Reference in New Issue
Block a user