|
@@ -477,7 +477,6 @@
|
|
|
|
|
|
@at-root #{&}__button {
|
|
@at-root #{&}__button {
|
|
border: none;
|
|
border: none;
|
|
- padding: 1px;
|
|
|
|
|
|
|
|
&::before {
|
|
&::before {
|
|
opacity: 1;
|
|
opacity: 1;
|
|
@@ -492,6 +491,14 @@
|
|
top: 0.5rem;
|
|
top: 0.5rem;
|
|
border-radius: 0.25rem;
|
|
border-radius: 0.25rem;
|
|
|
|
|
|
|
|
+ @at-root #{&}__button {
|
|
|
|
+ border: none;
|
|
|
|
+
|
|
|
|
+ span {
|
|
|
|
+ top: 0.5rem;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
@at-root #{&}__menu_group {
|
|
@at-root #{&}__menu_group {
|
|
left: calc(3.5rem - 100vw);
|
|
left: calc(3.5rem - 100vw);
|
|
width: calc(100vw - 0.25rem);
|
|
width: calc(100vw - 0.25rem);
|