11 lines
200 B
SCSS
11 lines
200 B
SCSS
.appearance-logo-preview {
|
|
max-width: 400px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.appearance-light-logo-preview {
|
|
background-color: $gray-light;
|
|
max-width: 72px;
|
|
padding: 10px;
|
|
margin-bottom: 10px;
|
|
}
|