2016-07-13 20:13:28 +00:00
|
|
|
.modal {
|
|
|
|
position: absolute;
|
2016-11-30 00:18:11 +00:00
|
|
|
top: #{60 / $base-font-size}rem;
|
2016-07-13 22:53:56 +00:00
|
|
|
right: #{400 / $base-font-size}rem;
|
2016-07-13 20:13:28 +00:00
|
|
|
z-index: 100;
|
2016-12-19 22:07:04 +00:00
|
|
|
outline: none;
|
2016-07-13 20:13:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal-content {
|
2016-07-21 19:07:53 +00:00
|
|
|
@extend %modal;
|
2016-11-30 00:18:11 +00:00
|
|
|
min-height: #{150 / $base-font-size}rem;
|
2016-07-13 20:13:28 +00:00
|
|
|
width: #{400 / $base-font-size}rem;
|
|
|
|
padding: #{20 / $base-font-size}rem;
|
2016-07-21 02:18:20 +00:00
|
|
|
.modal--reduced & {
|
2016-11-30 00:18:11 +00:00
|
|
|
//min-height: #{150 / $base-font-size}rem;
|
2016-07-21 02:18:20 +00:00
|
|
|
}
|
2016-07-13 20:13:28 +00:00
|
|
|
}
|
|
|
|
|
2016-08-30 03:23:10 +00:00
|
|
|
.modal-content-folder {
|
|
|
|
@extend .modal-content;
|
|
|
|
height: #{150 / $base-font-size}rem;
|
|
|
|
}
|
|
|
|
|
2016-07-13 20:13:28 +00:00
|
|
|
.modal__exit-button {
|
2016-09-13 20:42:06 +00:00
|
|
|
@include themify() {
|
|
|
|
@extend %icon;
|
|
|
|
}
|
2016-07-13 20:13:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal__header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-bottom: #{20 / $base-font-size}rem;
|
|
|
|
}
|
|
|
|
|
2016-10-19 21:09:31 +00:00
|
|
|
.new-file-form, .new-file-folder {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
2016-08-30 03:23:10 +00:00
|
|
|
.new-file-form__name-label, .new-folder-form__name-label {
|
|
|
|
@extend %hidden-element;
|
2016-07-13 20:13:28 +00:00
|
|
|
}
|
|
|
|
|
2016-08-30 03:23:10 +00:00
|
|
|
.new-file-form__name-input, .new-folder-form__name-input {
|
2016-07-13 20:13:28 +00:00
|
|
|
margin-right: #{10 / $base-font-size}rem;
|
2016-07-15 23:05:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal__divider {
|
|
|
|
text-align: center;
|
|
|
|
margin: #{20 / $base-font-size}rem 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.uploader {
|
2016-11-30 00:18:11 +00:00
|
|
|
min-height: #{200 / $base-font-size}rem;
|
2016-07-15 23:05:18 +00:00
|
|
|
width: 100%;
|
2016-07-20 01:42:33 +00:00
|
|
|
text-align: center;
|
2016-09-07 02:37:29 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.share-modal {
|
|
|
|
@extend %modal;
|
|
|
|
padding: #{20 / $base-font-size}rem;
|
|
|
|
width: #{500 / $base-font-size}rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.share-modal__header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.share-modal__section {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
padding: #{10 / $base-font-size}rem 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.share-modal__label {
|
|
|
|
width: #{86 / $base-font-size}rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.share-modal__input {
|
|
|
|
flex: 1;
|
2016-09-07 21:47:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-shortcuts {
|
|
|
|
@extend %modal;
|
|
|
|
padding: #{20 / $base-font-size}rem;
|
2016-09-28 19:17:29 +00:00
|
|
|
width: #{450 / $base-font-size}rem;
|
2016-09-07 21:47:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-shortcuts__header {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
margin-bottom: #{20 / $base-font-size}rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-shortcuts__close {
|
2016-09-13 20:42:06 +00:00
|
|
|
@include themify() {
|
|
|
|
@extend %icon;
|
|
|
|
}
|
2016-09-07 21:47:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-shortcut-item {
|
|
|
|
display: flex;
|
|
|
|
& + & {
|
|
|
|
margin-top: #{10 / $base-font-size}rem;
|
|
|
|
}
|
|
|
|
align-items: baseline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-shortcut__command {
|
2016-09-28 19:17:29 +00:00
|
|
|
width: 50%;
|
2016-09-07 21:47:22 +00:00
|
|
|
font-weight: bold;
|
|
|
|
text-align: right;
|
|
|
|
padding-right: #{10 / $base-font-size}rem;
|
|
|
|
}
|