Spaces:
Running
Running
@import "../../css/colors.css"; | |
.modal-content { | |
width: 400px; | |
} | |
.body { | |
background: $ui-white; | |
padding: 1.5rem 2.25rem; | |
} | |
[theme="dark"] .body { | |
color: $text-primary; | |
background: $ui-primary; | |
} | |
.body input[type="checkbox"], | |
.body input[type="radio"] { | |
margin: 3px; | |
} | |
.text-input { | |
margin-bottom: 1rem; | |
width: 100%; | |
border: 1px solid $ui-black-transparent; | |
border-radius: 5px; | |
padding: 0 1rem; | |
height: 3rem; | |
color: $text-primary-transparent; | |
font-size: .875rem; | |
} | |
[theme="dark"] .text-input { | |
background: $ui-secondary; | |
color: white; | |
} | |
.button-row { | |
font-weight: bolder; | |
text-align: right; | |
} | |
.button-row button { | |
padding: 0.75rem 1rem; | |
border-radius: 0.25rem; | |
background: white; | |
border: 1px solid $ui-black-transparent; | |
font-weight: 600; | |
font-size: 0.85rem; | |
} | |
.button-row button[disabled] { | |
opacity: 0.5; | |
} | |
[dir="ltr"] .button-row button + button { | |
margin-left: 0.5rem; | |
} | |
[dir="rtl"] .button-row button + button { | |
margin-right: 0.5rem; | |
} | |
.button-row button.ok-button { | |
background: $motion-primary; | |
border: $motion-primary; | |
color: white; | |
} | |
.button-row button.cancel-button { | |
color: black; | |
} | |
.help-text { | |
margin-bottom: 1rem; | |
} | |
.must-change { | |
font-weight: bold; | |
} | |
.reset-link { | |
cursor: pointer; | |
} | |