You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
plain-ui/src/scss/components/_panel.scss

17 lines
234 B

/**
*
*
*
*/
.panel {
border: 1px solid var(--primary);
border-radius: $plain-ui__border-radius;
background-color: var(--white);
&__body {
padding: 0.25em 1em;
}
// bar left, right, top, bottom
}