// Menu styles // ---------------------------------------------- /* SG # Boxes/Dropdown ```
 
``` */ @import '../cdb-utilities/mixins'; @import '../cdb-variables/sizes'; @import '../cdb-variables/colors'; .CDB-Box-Modal { border: 1px solid $cMainLine; border-radius: 4px; background: $cWhite; box-shadow: 0 $baseSize $baseSize * 2 0 rgba(0, 0, 0, 0.16); } /* SG # Boxes/Loader ```










``` */ .CDB-BoxLoader { padding: 0 $baseSize * 3; border-top: 1px solid $cMainLine; } .CDB-BoxLoader-inner { padding: $baseSize + 4 0; border-top: 1px solid $cMainLine; &:first-child { border-top: 0; } } .CDB-BoxLoader-item { @include display-flex(); padding: $baseSize 0; color: $cTypo2; &.is-working { color: $cTypo3; } } .CDB-BoxLoader-info { @include flex(1); padding-right: $baseSize * 2; } /* SG # Boxes/Info Boxes ```

ABOUT PREVIEW MODE

He's a queer man, Captain Ahab—so some thinkbut a good one. Oh, thou'lt like him well enough; no fear, no fear

CLOSE




ABOUT PREVIEW MODE

He's a queer man, Captain Ahab—so some thinkbut a good one. Oh, thou'lt like him well enough; no fear, no fear

``` */ .CDB-InfoBox { padding: 12px 16px; border-radius: 4px; background: $cThirdBackground; &.is-alert { background: rgba($cHighlightYellow, 0.6); } } .CDB-InfoBox-footer { @include display-flex(); @include align-items(center); } .CDB-InfoBox-footerItem { @include flex(1); } .CDB-InfoBox-footerItem--right { text-align: right; }