mirror of
https://github.com/discourse/discourse-placeholder-theme-component.git
synced 2025-02-16 16:34:51 +00:00
16 lines
229 B
SCSS
16 lines
229 B
SCSS
.d-wrap[data-wrap="placeholder"] {
|
|
.discourse-placeholder-name {
|
|
width: 50%;
|
|
min-width: auto;
|
|
}
|
|
|
|
p {
|
|
max-width: 40%;
|
|
}
|
|
|
|
.discourse-placeholder-value,
|
|
.discourse-placeholder-select {
|
|
width: 100%;
|
|
}
|
|
}
|