discourse/app/assets/stylesheets/common/base/modal.scss

401 lines
7.2 KiB
SCSS
Raw Normal View History

.modal-open {
.dropdown-menu {
z-index: 2050;
}
.popover {
z-index: 2060;
}
.tooltip {
z-index: 2070;
}
}
.input-hint-text {
margin-left: 0.5em;
color: dark-light-diff($secondary, $primary, 30%, -35%);
}
.modal-header {
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
2014-08-06 09:31:13 -04:00
background-color: #111;
&.fade {
opacity: 0;
}
}
.modal-backdrop,
.modal-backdrop.fade.in {
-webkit-animation: fade .3s;
animation: fade .3s;
opacity: .9;
filter: alpha(opacity=90);
}
// fade in
@keyframes fade {
from { opacity: 0 }
to { opacity: .9 }
}
2014-12-25 05:29:39 -05:00
@-webkit-keyframes fade {
from { opacity: 0 }
to { opacity: .9 }
}
// slide in
@keyframes slidein {
from { transform: translateY(-20%); }
to { transform: translateY(0); }
}
@-webkit-keyframes slidein {
from { -webkit-transform: translateY(-20%); }
to { -webkit-transform: translateY(0); }
2014-12-25 05:29:39 -05:00
}
.modal-outer-container {
display:table;
width:100%;
height:100%;
}
.modal-inner-container {
max-width: 710px;
margin: 0 auto;
background-color: $secondary;
background-clip: padding-box;
}
.create-account.in .modal-inner-container,
.login-modal.in .modal-inner-container {
-webkit-animation: slidein .3s;
animation: slidein .3s;
}
.modal {
position: fixed;
top: 0;
width: 100%;
height: 100%;
z-index: 1050;
overflow: auto;
}
.modal-form {
margin-bottom: 0;
}
.modal-footer {
padding: 14px 15px 15px;
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
}
.modal-footer:before,
.modal-footer:after {
display: table;
content: "";
}
.modal-footer:after {
clear: both;
}
.modal.edit-category-modal {
.modal-body {
textarea {
height: 10em;
}
}
}
.modal {
.nav {
2014-07-11 16:28:44 -04:00
padding: 10px 30px 10px 15px;
2014-08-06 09:31:13 -04:00
background-color: dark-light-diff($secondary, $primary, 10%, -15%);
li > a {
font-size: 1em;
}
border-bottom: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
}
&.hidden {
display: none;
}
.modal-body {
&.full-height-modal {
max-height: calc(100vh - 150px);
}
textarea {
width: 99%;
height: 80px;
}
label {
color: $primary;
}
p {
2015-11-20 11:36:55 -05:00
color: darken($primary, 40%);
font-size: 0.929em;
}
.archetype-option {
margin-bottom: 20px;
}
.warning {
color: $danger !important;
}
.json-uploader {
.jsfu-shade-container {
display: table-row;
width: 100%;
height: 100%;
position: relative;
}
.jsfu-shade {
z-index: 1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
.text {
color: rgb(255,255,255);
position: absolute;
top: 40%;
font-size: 36px;
text-align: center;
line-height: 38px;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
}
}
.jsfu-file {
display: table-cell;
vertical-align: middle;
min-width: 120px;
}
.jsfu-separator {
vertical-align: middle;
display: table-cell;
font-size: 36px;
padding-left: 10px;
padding-right: 10px;
}
.jsfu-paste {
display: table-cell;
width: 100%;
textarea {
margin-bottom: 0;
margin-top: 4px;
}
}
}
}
.password-confirmation {
display: none;
}
section.field {
margin-bottom: 20px;
}
2014-12-20 09:07:29 -05:00
section.field .field-item {
display: inline-block;
margin-right: 10px;
}
}
.reply-where-modal {
.modal-footer {
.btn {
text-align: left;
font-size: 1.286em;
line-height: 20px;
width: 310px;
margin-bottom: 10px;
display: block;
margin-left: 0 !important; // override needed
font-weight: bold;
.topic-title {
font-size: 0.929em;
font-weight: normal;
}
&.btn-reply-here {
background: dark-light-diff($primary, $secondary, 90%, -60%);
text-shadow: none;
color: $primary;
}
}
.cancel {
float: right;
margin-right: 5px;
}
}
}
.delete-user-modal {
.modal-footer {
.btn {
font-weight: normal;
text-align: left;
font-size: 1em;
line-height: 20px;
margin-bottom: 10px;
display: inline-block;
margin-left: 0;
}
.cancel {
display: block;
margin-right: 5px;
}
}
}
.modal-footer .cancel-inline {
margin-left: 10px;
}
.invite-modal {
overflow: visible;
.ember-text-field {
width: 550px;
}
2016-06-07 04:04:58 -04:00
.optional {
color: #9e9ea6;
}
}
.permission-list{
list-style:none;
margin: 0 0 30px;
padding: 0;
.name {
margin-right: 20px;
display: inline-block;
min-width: 100px;
}
.permission {
margin-left: 20px;
}
.fa-times-circle {
margin-left: 5px;
}
li {
margin-bottom: 10px;
}
}
.edit-auto-close-modal {
.btn.pull-right {
margin-right: 10px;
}
form {
margin: 0;
}
.auto-close-fields {
i.fa-clock-o {
font-size: 1.143em;
}
input {
margin: 0;
}
}
}
.edit-category-modal {
.auto-close-fields, .num-featured-topics-fields, .position-fields {
input[type=text] {
width: 50px;
}
}
.auto-close-fields label {
font-size: .929em;
}
.subcategory-list-style-field {
margin-left: 16px;
}
.edit-category-tab-settings {
section.field {
margin-bottom: 10px;
}
}
2017-03-10 11:57:18 -05:00
.disable_info_wrap {
position: relative;
display: inline-block;
float: right;
.cannot_delete_reason {
position: absolute;
background: dark-light-choose(scale-color($primary, $lightness: 10%), scale-color($secondary, $lightness: 10%));
color: dark-light-choose(scale-color($primary, $lightness: 100%), scale-color($secondary, $lightness: 0%));
text-align: center;
border-radius: 2px;
padding: 12px 8px;
&::after {
top: 100%;
left: 57%;
border: solid transparent;
content: " ";
position: absolute;
border-top-color: dark-light-choose(scale-color($primary, $lightness: 10%), scale-color($secondary, $lightness: 10%));
border-width: 8px;
}
}
}
}
2017-03-10 11:57:18 -05:00
.incoming-email-modal {
.btn {
transition: none;
background-color: transparent;
margin-right: 5px;
&:hover, &.active {
color: $primary;
}
&.active {
font-weight: bold;
}
&:focus {
outline: 2px solid dark-light-diff($primary, $secondary, 90%, -60%);
}
}
.incoming-email-tabs {
margin-bottom: 15px;
}
.incoming-email-content {
height: 300px;
textarea, .incoming-email-html-part {
height: 95%;
border: none;
border-top: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
padding-top: 10px;
}
textarea {
font-family: monospace;
resize: none;
border-radius: 0px;
box-shadow: none;
}
.incoming-email-html-part {
padding: 10px 4px 4px 4px;
}
}
}