Vanessa 2023-02-22 14:49:27 +08:00
parent fe6e9c68fc
commit 645d7a089f
4 changed files with 22 additions and 17 deletions

View file

@ -30,6 +30,9 @@
border-left: 0;
overflow: hidden;
box-shadow: 8px 0 24px rgb(140 149 159 / 20%);
top: 112px;
bottom: 82px;
left: 0;
}
&.layout--floatr {
@ -38,16 +41,25 @@
border-right: 0;
border-radius: 8px 0 0 8px;
overflow: hidden;
top: 112px;
bottom: 82px;
right: 0;
}
&.layout--floatt {
border-bottom: 1px solid var(--b3-border-color);
box-shadow: var(--b3-dialog-shadow);
left: 0;
top: 0;
right: 0;
}
&.layout--floatb {
border-top: 1px solid var(--b3-border-color);
box-shadow: 0 -8px 24px rgb(140 149 159 / 20%);
left: 0;
right: 0;
bottom: 0;
}
}