mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 01:15:00 +08:00
15 lines
214 B
SCSS
15 lines
214 B
SCSS
|
.bookmark-with-reminder.modal {
|
||
|
.modal-body {
|
||
|
max-width: 410px;
|
||
|
min-width: 380px;
|
||
|
|
||
|
.control-label {
|
||
|
font-weight: 700;
|
||
|
}
|
||
|
|
||
|
.ember-text-field.bookmark-name {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
}
|