mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
move styles in better place
This commit is contained in:
parent
71293e3378
commit
8fce27a128
@ -490,18 +490,3 @@ div.popover {
|
|||||||
div.v-toast {
|
div.v-toast {
|
||||||
z-index: 10000!important;
|
z-index: 10000!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
|
||||||
div.sticky-buttons {
|
|
||||||
position: fixed;
|
|
||||||
bottom: 3em;
|
|
||||||
right: 2em;
|
|
||||||
.btn-circle {
|
|
||||||
width: 50px; height: 50px;
|
|
||||||
border-radius: 50%;
|
|
||||||
text-align: center;
|
|
||||||
padding: 0.45rem 0.7rem;
|
|
||||||
display: block;
|
|
||||||
margin-bottom: 0.35rem;
|
|
||||||
}
|
|
||||||
}
|
|
@ -133,3 +133,18 @@ $chill-theme-buttons: (
|
|||||||
.btn-sm, .btn-group-sm > .btn {
|
.btn-sm, .btn-group-sm > .btn {
|
||||||
min-width: 36px;
|
min-width: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Homepage special fast action buttons
|
||||||
|
div.sticky-buttons {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 3em;
|
||||||
|
right: 2em;
|
||||||
|
.btn-circle {
|
||||||
|
width: 50px; height: 50px;
|
||||||
|
border-radius: 50%;
|
||||||
|
text-align: center;
|
||||||
|
padding: 0.45rem 0.7rem;
|
||||||
|
display: block;
|
||||||
|
margin-bottom: 0.35rem;
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user