mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-11 03:40:20 +00:00
Rename popout style classes
This commit is contained in:
@@ -301,15 +301,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Stock popout widget
|
||||
.on-hand {
|
||||
&__wrapper {
|
||||
position: relative;
|
||||
}
|
||||
// Popout widget (todo: move to separate fiel)
|
||||
.popout {
|
||||
position: relative;
|
||||
|
||||
&__button {
|
||||
// override button styles
|
||||
&.on-hand__button {
|
||||
&.popout__button {
|
||||
background: $color-tbl-cell-bg;
|
||||
color: $color-txt-text;
|
||||
white-space: nowrap;
|
||||
@@ -356,7 +354,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
&__popout {
|
||||
&__container {
|
||||
position: absolute;
|
||||
top: -0.6em;
|
||||
left: -0.2em;
|
||||
|
||||
Reference in New Issue
Block a user