|
@ -4808,7 +4808,10 @@ body { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
.button--small { |
|
|
.button--small { |
|
|
font-size: 0.8em; |
|
|
|
|
|
|
|
|
font-size: 0.8rem; |
|
|
|
|
|
} |
|
|
|
|
|
.button--outline { |
|
|
|
|
|
background-color: transparent; |
|
|
} |
|
|
} |
|
|
.button--no-style { |
|
|
.button--no-style { |
|
|
margin: 0; |
|
|
margin: 0; |
|
@ -4844,6 +4847,14 @@ body { |
|
|
.button--danger:focus, .button--danger:active { |
|
|
.button--danger:focus, .button--danger:active { |
|
|
outline: 2px solid #e79797; |
|
|
outline: 2px solid #e79797; |
|
|
} |
|
|
} |
|
|
|
|
|
.button--outline:hover { |
|
|
|
|
|
color: #3e3e3e; |
|
|
|
|
|
border-color: #8b8b8b; |
|
|
|
|
|
background-color: transparent; |
|
|
|
|
|
} |
|
|
|
|
|
.button--danger.button--outline:hover { |
|
|
|
|
|
border-color: #e38383; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.field-group { |
|
|
.field-group { |
|
|
margin-bottom: 1.2em; |
|
|
margin-bottom: 1.2em; |
|
@ -5205,10 +5216,6 @@ img.media { |
|
|
transform: scale(0); |
|
|
transform: scale(0); |
|
|
max-width: 500px; |
|
|
max-width: 500px; |
|
|
} |
|
|
} |
|
|
.modal__inner .button { |
|
|
|
|
|
color: white; |
|
|
|
|
|
background-color: transparent; |
|
|
|
|
|
} |
|
|
|
|
|
.modal__title { |
|
|
.modal__title { |
|
|
font-size: 2rem; |
|
|
font-size: 2rem; |
|
|
text-align: center; |
|
|
text-align: center; |
|
@ -5224,6 +5231,9 @@ img.media { |
|
|
.modal__body { |
|
|
.modal__body { |
|
|
margin-bottom: 1.5rem; |
|
|
margin-bottom: 1.5rem; |
|
|
} |
|
|
} |
|
|
|
|
|
.modal .button { |
|
|
|
|
|
color: white; |
|
|
|
|
|
} |
|
|
.modal:before { |
|
|
.modal:before { |
|
|
position: fixed; |
|
|
position: fixed; |
|
|
top: 0; |
|
|
top: 0; |
|
|