mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
18 lines
472 B
Sass
18 lines
472 B
Sass
// Block restriction settings.
|
|
|
|
.um_block_settings
|
|
.um_block_settings_hide
|
|
display: none
|
|
.components-select-control
|
|
.components-select-control__input[multiple]
|
|
height: auto
|
|
& + .components-input-control__suffix
|
|
display: none
|
|
|
|
.um-block-notice
|
|
background: #fff
|
|
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif
|
|
font-size: 13px
|
|
padding: 20px
|
|
border: 1px solid #000
|