mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 01:34:13 +08:00
13 lines
187 B
SCSS
13 lines
187 B
SCSS
|
.admin-config-area {
|
||
|
display: grid;
|
||
|
grid-template-columns: 2fr 1fr;
|
||
|
column-gap: 1em;
|
||
|
|
||
|
&__primary-content {
|
||
|
background: red;
|
||
|
}
|
||
|
&__help-inset {
|
||
|
background: green;
|
||
|
}
|
||
|
}
|