mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 15:13:50 +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;
|
||||
}
|
@@ -3083,4 +3083,17 @@ ul.submenu.min-width {
|
||||
ul.custom_fields.choice li {
|
||||
list-style: none; }
|
||||
|
||||
.sticky-form-buttons {
|
||||
margin-top: 1em;
|
||||
background-color: #ff9c00;
|
||||
position: sticky;
|
||||
bottom: 0.5em;
|
||||
text-align: center;
|
||||
padding: 0.5em;
|
||||
border-radius: 3px; }
|
||||
|
||||
.sticky-form-buttons button {
|
||||
margin-left: 1em;
|
||||
margin-right: 1em; }
|
||||
|
||||
/*# sourceMappingURL=scratch.css.map */
|
||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user