stuff
This commit is contained in:
parent
553b061c35
commit
e200ecadf4
|
@ -10263,11 +10263,9 @@
|
||||||
border-top-color: #2f3136;
|
border-top-color: #2f3136;
|
||||||
}
|
}
|
||||||
${BDFDB.dotCN.popoutthemedpopout} {
|
${BDFDB.dotCN.popoutthemedpopout} {
|
||||||
background-color: #fff;
|
background-color: var(--background-secondary);
|
||||||
border: 1px solid hsla(0,0%,74.9%,.3);
|
-webkit-box-shadow: var(--elevation-stroke),var(--elevation-high);
|
||||||
-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
|
box-shadow: var(--elevation-stroke),var(--elevation-high);
|
||||||
box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
|
|
||||||
-webkit-box-sizing: border-box;
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
@ -10278,12 +10276,6 @@
|
||||||
-ms-flex-direction: column;
|
-ms-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
${BDFDB.dotCNS.themedark + BDFDB.dotCN.popoutthemedpopout} {
|
|
||||||
background-color: #2f3136;
|
|
||||||
border: 1px solid rgba(28,36,43,.6);
|
|
||||||
-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,20%);
|
|
||||||
box-shadow: 0 2px 10px 0 rgba(0,0,0,.2);
|
|
||||||
}
|
|
||||||
${BDFDB.dotCN.popoutwrapper + BDFDB.dotCNS.popoutarrowalignmentmiddle + BDFDB.dotCN.popoutthemedpopout},
|
${BDFDB.dotCN.popoutwrapper + BDFDB.dotCNS.popoutarrowalignmentmiddle + BDFDB.dotCN.popoutthemedpopout},
|
||||||
${BDFDB.dotCN.popoutwrapper + BDFDB.dotCNS.popoutarrowalignmenttop + BDFDB.dotCN.popoutthemedpopout} {
|
${BDFDB.dotCN.popoutwrapper + BDFDB.dotCNS.popoutarrowalignmenttop + BDFDB.dotCN.popoutthemedpopout} {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue