2015-09-03 10:32:46 +00:00
|
|
|
.icon {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
.icon-directory {
|
|
|
|
display: block;
|
|
|
|
background: url(/img/Directory.svg) no-repeat;
|
|
|
|
width: 36px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
.icon-file {
|
|
|
|
display: block;
|
|
|
|
background: url(/img/File.svg) no-repeat;
|
|
|
|
width: 30px;
|
|
|
|
height: 36px;
|
|
|
|
}
|
|
|
|
.icon-plus {
|
|
|
|
display: block;
|
|
|
|
background: url(/img/Plus.svg) no-repeat;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
.icon-view {
|
|
|
|
display: block;
|
|
|
|
background: url(/img/View.svg) no-repeat;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
.icon-refresh {
|
|
|
|
display: block;
|
|
|
|
background: url(/img/Refresh.svg) no-repeat;
|
|
|
|
width: 26px;
|
|
|
|
height: 28px;
|
|
|
|
}
|
2015-09-05 11:39:09 +00:00
|
|
|
.icon-select {
|
2015-09-03 10:32:46 +00:00
|
|
|
display: block;
|
2015-09-05 11:39:09 +00:00
|
|
|
background: url(/img/Select.svg) no-repeat;
|
|
|
|
width: 32px;
|
|
|
|
height: 34px;
|
2015-09-03 10:32:46 +00:00
|
|
|
}
|
|
|
|
.icon-more {
|
|
|
|
display: block;
|
|
|
|
background: url(/img/More.svg) no-repeat;
|
|
|
|
width: 6px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
2015-09-06 11:23:48 +00:00
|
|
|
.icon-search {
|
|
|
|
display: block;
|
|
|
|
background: url(/img/Search.svg) no-repeat;
|
|
|
|
width: 19px;
|
|
|
|
height: 27px;
|
|
|
|
}
|
|
|
|
.icon-cross {
|
|
|
|
display: block;
|
|
|
|
background: url(/img/Plus.svg) no-repeat;
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
transform: rotate(45deg);
|
|
|
|
}
|
|
|
|
.icon-cross svg * {
|
|
|
|
fill: white;
|
|
|
|
}
|
2015-09-03 10:32:46 +00:00
|
|
|
.regular-medium {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.regular-medium {
|
|
|
|
font-size: 1.8rem;
|
|
|
|
}
|
|
|
|
.light-medium,
|
|
|
|
.light-big,
|
|
|
|
.light-small {
|
|
|
|
font-weight: 200;
|
|
|
|
}
|
|
|
|
.light-medium {
|
|
|
|
font-size: 1.6rem;
|
|
|
|
}
|
|
|
|
.light-big {
|
|
|
|
font-size: 1.8rem;
|
|
|
|
}
|
|
|
|
.light-small {
|
|
|
|
font-size: 1.3rem;
|
|
|
|
}
|
|
|
|
.thin-small {
|
|
|
|
font-weight: 100;
|
|
|
|
}
|
|
|
|
.thin-small {
|
2015-09-04 11:02:03 +00:00
|
|
|
font-size: 1.5rem;
|
2015-09-03 10:32:46 +00:00
|
|
|
}
|
2015-09-04 10:27:45 +00:00
|
|
|
.shadow-16 {
|
|
|
|
box-shadow: 0 15px 24px 6px rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
.shadow-8 {
|
|
|
|
box-shadow: 0 8px 16px 3px rgba(0, 0, 0, 0.2);
|
2015-09-03 10:32:46 +00:00
|
|
|
}
|
|
|
|
.shadow {
|
|
|
|
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
button {
|
|
|
|
border: none;
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
.btn {
|
|
|
|
padding: 6px 3rem;
|
|
|
|
border: 1px solid #f0f0f0;
|
|
|
|
border-radius: 4px;
|
|
|
|
font-weight: 200;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
background: #f8f8f8;
|
|
|
|
color: #39393a;
|
|
|
|
}
|
|
|
|
.btn.success {
|
|
|
|
background: #b8e986;
|
|
|
|
}
|
|
|
|
input {
|
|
|
|
border: 1px solid #f0f0f0;
|
|
|
|
background: #f8f8f8;
|
|
|
|
border-radius: 4px;
|
|
|
|
height: 32px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 5px 1rem;
|
|
|
|
font-weight: 200;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
}
|
2015-09-06 11:23:48 +00:00
|
|
|
input[type='checkbox'] + label::after,
|
|
|
|
input[type='radio'] + label::after {
|
2015-09-04 01:05:14 +00:00
|
|
|
content: '';
|
|
|
|
display: block;
|
2015-09-05 11:39:09 +00:00
|
|
|
float: right;
|
|
|
|
margin-right: 13px;
|
2015-09-04 01:05:14 +00:00
|
|
|
border-radius: 50%;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
2015-09-05 11:39:09 +00:00
|
|
|
background: transparent;
|
|
|
|
border: 1px solid #9b9b93;
|
2015-09-04 01:05:14 +00:00
|
|
|
}
|
2015-09-06 11:23:48 +00:00
|
|
|
input[type='checkbox'],
|
|
|
|
input[type='radio'] {
|
2015-09-05 11:39:09 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
input:checked + label::after {
|
2015-09-04 01:05:14 +00:00
|
|
|
background: #63b0cd;
|
|
|
|
}
|
2015-09-06 13:02:50 +00:00
|
|
|
#wrapper::after {
|
|
|
|
content: '';
|
|
|
|
background: rgba(0, 0, 0, 0);
|
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
|
|
|
pointer-events: none;
|
|
|
|
transition: background 0.5s ease;
|
|
|
|
}
|
|
|
|
.tour::after {
|
|
|
|
background: rgba(0, 0, 0, 0.55) !important;
|
|
|
|
}
|
|
|
|
.tour .tour-item {
|
|
|
|
position: relative;
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
.tour .tour-item::after {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
top: 50%;
|
|
|
|
width: 1rem;
|
|
|
|
height: 1rem;
|
|
|
|
margin-top: -0.5rem;
|
|
|
|
margin-left: -0.5rem;
|
|
|
|
border-radius: 50%;
|
|
|
|
background: #50E3C2;
|
|
|
|
opacity: 1;
|
|
|
|
transform: scale(0);
|
|
|
|
animation: pulse 2s ease-out infinite;
|
|
|
|
}
|
2015-09-06 20:32:40 +00:00
|
|
|
.tour .swipe-instruction {
|
|
|
|
position: fixed;
|
|
|
|
left: 50%;
|
|
|
|
top: 20%;
|
|
|
|
width: 70vw;
|
|
|
|
height: 5rem;
|
|
|
|
margin-left: -35vw;
|
|
|
|
z-index: 1;
|
|
|
|
background: white;
|
|
|
|
border-radius: 3rem;
|
|
|
|
}
|
|
|
|
.tour .swipe-instruction::before {
|
|
|
|
content: '';
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 5rem;
|
|
|
|
height: 5rem;
|
|
|
|
background: #d9d9d9;
|
|
|
|
border-radius: 50%;
|
|
|
|
animation: swipe 3s ease infinite;
|
|
|
|
}
|
2015-09-06 13:02:50 +00:00
|
|
|
.tour .tour-dialog {
|
|
|
|
display: block;
|
|
|
|
box-sizing: border-box;
|
|
|
|
width: 90vw;
|
|
|
|
text-align: center;
|
|
|
|
padding: 1rem 2rem;
|
|
|
|
position: fixed;
|
|
|
|
left: 50%;
|
|
|
|
top: 50%;
|
|
|
|
background: #f8f8f8;
|
|
|
|
border-radius: 2rem;
|
|
|
|
box-shadow: 0 15px 24px 6px rgba(0, 0, 0, 0.2);
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
z-index: 5;
|
|
|
|
}
|
2015-09-16 11:13:40 +00:00
|
|
|
.tour #skip-tour {
|
|
|
|
font-size: 2rem;
|
|
|
|
display: block;
|
|
|
|
padding: 0.5rem 5rem;
|
|
|
|
margin: 1rem auto;
|
|
|
|
background: #b8e986;
|
|
|
|
position: fixed;
|
|
|
|
left: 50%;
|
|
|
|
top: 65%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
box-shadow: 0 15px 24px 6px rgba(0, 0, 0, 0.2);
|
|
|
|
z-index: 1;
|
|
|
|
}
|
|
|
|
.tour-dialog,
|
|
|
|
#skip-tour {
|
2015-09-06 13:02:50 +00:00
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
@keyframes pulse {
|
|
|
|
100% {
|
|
|
|
opacity: 0;
|
|
|
|
transform: scale(5);
|
|
|
|
}
|
|
|
|
}
|
2015-09-06 20:32:40 +00:00
|
|
|
@keyframes swipe {
|
|
|
|
80% {
|
|
|
|
left: calc(100% - 5rem);
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
90% {
|
|
|
|
opacity: 0;
|
|
|
|
left: calc(100% - 5rem);
|
|
|
|
}
|
|
|
|
91% {
|
|
|
|
left: 0;
|
|
|
|
opacity: 0;
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
left: 0;
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
}
|
2015-09-06 11:23:48 +00:00
|
|
|
.coming-soon::after {
|
|
|
|
content: 'soon...';
|
|
|
|
background: #f7c59f;
|
|
|
|
color: #39393a;
|
|
|
|
padding: 2px 8px;
|
|
|
|
border-radius: 12px;
|
|
|
|
font-size: 11px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
li.coming-soon::after {
|
|
|
|
margin-right: 13px;
|
2015-09-06 13:15:53 +00:00
|
|
|
height: 16px;
|
2015-09-06 11:23:48 +00:00
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
button.coming-soon {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
button.coming-soon::after {
|
|
|
|
position: absolute;
|
|
|
|
left: 50%;
|
|
|
|
top: 50%;
|
|
|
|
opacity: 0.8;
|
|
|
|
transform: translate(-50%, -50%) rotate(-45deg);
|
|
|
|
}
|
2015-09-09 08:58:15 +00:00
|
|
|
.list .file,
|
|
|
|
.list .directory {
|
|
|
|
flex: 1 1 100%;
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
.list .file p,
|
|
|
|
.list .directory p {
|
|
|
|
word-wrap: break-word;
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
|
|
|
.list .file > span,
|
|
|
|
.list .directory > span {
|
|
|
|
font-weight: 100;
|
|
|
|
font-size: 1.5rem;
|
|
|
|
margin-left: 1rem;
|
|
|
|
}
|
|
|
|
.list .file i,
|
|
|
|
.list .directory i {
|
|
|
|
margin-right: 1.4rem;
|
|
|
|
}
|
|
|
|
.grid .file,
|
|
|
|
.grid .directory {
|
2015-09-15 15:15:30 +00:00
|
|
|
flex: 1 0 33.33%;
|
|
|
|
max-width: 33.33%;
|
2015-09-09 08:58:15 +00:00
|
|
|
padding: 1.4rem 0.5rem;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
.grid .file p,
|
|
|
|
.grid .directory p {
|
|
|
|
max-height: 1.5em;
|
|
|
|
max-width: 100%;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
.grid .file span,
|
|
|
|
.grid .directory span {
|
|
|
|
display: none;
|
|
|
|
}
|
2015-09-03 10:32:46 +00:00
|
|
|
.file,
|
|
|
|
.directory {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row;
|
|
|
|
align-items: center;
|
|
|
|
padding: 1.4rem;
|
|
|
|
font-weight: 200;
|
|
|
|
font-size: 1.8rem;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2015-09-04 11:02:03 +00:00
|
|
|
.file p,
|
|
|
|
.directory p {
|
|
|
|
flex: 1 1;
|
2015-09-03 10:32:46 +00:00
|
|
|
}
|
2015-09-15 15:15:30 +00:00
|
|
|
.file:active,
|
|
|
|
.directory:active {
|
|
|
|
background: #f0f0f0;
|
|
|
|
}
|
2015-09-03 10:32:46 +00:00
|
|
|
.directory i {
|
|
|
|
display: block;
|
|
|
|
background: url(/img/Directory.svg) no-repeat;
|
|
|
|
width: 36px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
.file i {
|
|
|
|
display: block;
|
|
|
|
background: url(/img/File.svg) no-repeat;
|
|
|
|
width: 30px;
|
|
|
|
height: 36px;
|
|
|
|
}
|
|
|
|
header {
|
|
|
|
display: flex;
|
|
|
|
flex: 1;
|
|
|
|
flex-flow: row;
|
|
|
|
align-items: center;
|
|
|
|
width: 100%;
|
|
|
|
height: 5rem;
|
|
|
|
background: #39393a;
|
|
|
|
color: white;
|
|
|
|
box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
|
|
|
|
}
|
|
|
|
header h1 {
|
|
|
|
margin-left: -3rem;
|
2015-09-06 11:23:48 +00:00
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
header i {
|
|
|
|
margin-right: 16px;
|
2015-09-03 10:32:46 +00:00
|
|
|
}
|
|
|
|
header button {
|
|
|
|
background: none;
|
|
|
|
border: none;
|
|
|
|
width: 8rem;
|
2015-09-06 13:02:50 +00:00
|
|
|
height: 4rem;
|
2015-09-03 10:32:46 +00:00
|
|
|
}
|
|
|
|
header button::before {
|
|
|
|
content: '';
|
|
|
|
display: block;
|
|
|
|
width: 2rem;
|
|
|
|
height: 4px;
|
|
|
|
margin-top: -9px;
|
|
|
|
border-radius: 4px;
|
|
|
|
background: #9b9b93;
|
|
|
|
box-shadow: 0 7px 0 #9b9b93, 0 14px 0 #9b9b93;
|
|
|
|
}
|
|
|
|
.menu {
|
|
|
|
width: 24.5rem;
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
background: white;
|
|
|
|
border-radius: 4px;
|
|
|
|
pointer-events: none;
|
|
|
|
opacity: 0;
|
2015-09-06 11:23:48 +00:00
|
|
|
transition: opacity 0.3s ease;
|
2015-09-04 10:27:45 +00:00
|
|
|
box-shadow: 0 8px 16px 3px rgba(0, 0, 0, 0.2);
|
2015-09-03 10:32:46 +00:00
|
|
|
}
|
|
|
|
.menu.active {
|
|
|
|
opacity: 1;
|
|
|
|
pointer-events: all;
|
|
|
|
}
|
|
|
|
.menu ul {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0 15px;
|
|
|
|
}
|
|
|
|
.menu li {
|
|
|
|
margin: 0;
|
|
|
|
padding: 1.3rem 8px;
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
}
|
|
|
|
.menu li:last-of-type {
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
2015-09-06 11:23:48 +00:00
|
|
|
.menu li.disabled {
|
|
|
|
color: #9b9b93;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2015-09-13 14:26:35 +00:00
|
|
|
.menu li:active {
|
|
|
|
background: #f0f0f0;
|
|
|
|
}
|
2015-09-03 10:32:46 +00:00
|
|
|
nav {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column;
|
|
|
|
position: fixed;
|
|
|
|
left: -70vw;
|
|
|
|
top: 0;
|
|
|
|
width: 70vw;
|
|
|
|
height: 100vh;
|
2015-09-06 11:23:48 +00:00
|
|
|
overflow-y: auto;
|
2015-09-03 10:32:46 +00:00
|
|
|
background: #39393a;
|
|
|
|
color: white;
|
2015-09-06 11:23:48 +00:00
|
|
|
box-shadow: 3px 0 16px 5px transparent, 0 0 0 1000px rgba(0, 0, 0, 0);
|
2015-09-03 10:32:46 +00:00
|
|
|
z-index: 6;
|
2015-09-06 11:23:48 +00:00
|
|
|
transition: left 0.3s ease, box-shadow 0.3s ease;
|
|
|
|
}
|
|
|
|
nav ul:last-of-type li:last-of-type {
|
|
|
|
margin-bottom: 13px;
|
2015-09-03 10:32:46 +00:00
|
|
|
}
|
|
|
|
nav.active {
|
|
|
|
left: 0;
|
2015-09-06 11:23:48 +00:00
|
|
|
box-shadow: 3px 0 16px 5px rgba(0, 0, 0, 0.2), 0 0 0 1000px rgba(0, 0, 0, 0.55);
|
2015-09-03 10:32:46 +00:00
|
|
|
}
|
|
|
|
nav.active i {
|
|
|
|
pointer-events: all;
|
|
|
|
}
|
|
|
|
nav p {
|
|
|
|
margin-left: 1.6rem;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 1.8rem;
|
|
|
|
}
|
|
|
|
nav ul {
|
|
|
|
list-style: none;
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
nav li {
|
2015-09-06 11:23:48 +00:00
|
|
|
display: flex;
|
2015-09-03 10:32:46 +00:00
|
|
|
font-weight: 200;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
padding: 1rem 0 1rem 3rem;
|
|
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
|
|
|
|
}
|
|
|
|
nav li:first-of-type {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
nav li:last-of-type {
|
|
|
|
padding-bottom: 0;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
2015-09-06 11:23:48 +00:00
|
|
|
nav li label {
|
|
|
|
flex: 1;
|
|
|
|
order: 0;
|
|
|
|
}
|
|
|
|
nav li input {
|
|
|
|
order: 1;
|
|
|
|
}
|
2015-09-03 10:32:46 +00:00
|
|
|
nav i {
|
|
|
|
display: block;
|
|
|
|
position: fixed;
|
2015-09-06 11:23:48 +00:00
|
|
|
left: 70vw;
|
2015-09-03 10:32:46 +00:00
|
|
|
top: 0;
|
2015-09-06 11:23:48 +00:00
|
|
|
width: 30vw;
|
2015-09-03 10:32:46 +00:00
|
|
|
height: 100vh;
|
2015-09-06 11:23:48 +00:00
|
|
|
pointer-events: none;
|
2015-09-03 10:32:46 +00:00
|
|
|
}
|
|
|
|
.toolbar {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-around;
|
|
|
|
align-self: flex-end;
|
|
|
|
width: 100vw;
|
|
|
|
height: 5rem;
|
|
|
|
box-sizing: border-box;
|
|
|
|
background: #f8f8f8;
|
|
|
|
}
|
|
|
|
.breadcrumb {
|
|
|
|
display: flex;
|
|
|
|
flex: 1;
|
|
|
|
align-items: center;
|
|
|
|
width: 100vw;
|
2015-09-06 11:23:48 +00:00
|
|
|
height: 4.5rem;
|
|
|
|
overflow-x: auto;
|
2015-09-03 10:32:46 +00:00
|
|
|
padding: 8px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
font-weight: 200;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
background: #f8f8f8;
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
|
2015-09-06 11:23:48 +00:00
|
|
|
overflow-x: scroll;
|
|
|
|
overflow-y: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
.breadcrumb span {
|
|
|
|
white-space: nowrap;
|
2015-09-03 10:32:46 +00:00
|
|
|
}
|
|
|
|
.breadcrumb i {
|
|
|
|
margin: 0 2px;
|
|
|
|
}
|
|
|
|
.breadcrumb span.history {
|
|
|
|
color: #9b9b93;
|
|
|
|
}
|
|
|
|
.file-list {
|
2015-09-09 08:58:15 +00:00
|
|
|
display: flex;
|
|
|
|
flex-flow: row wrap;
|
|
|
|
align-content: flex-start;
|
2015-09-13 14:26:35 +00:00
|
|
|
align-items: flex-start;
|
2015-09-06 11:23:48 +00:00
|
|
|
height: calc(100vh - 14.5rem);
|
2015-09-03 10:32:46 +00:00
|
|
|
overflow-x: hidden;
|
|
|
|
overflow-y: auto;
|
|
|
|
}
|
|
|
|
.dialog {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column;
|
|
|
|
position: fixed;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
transform: translate(-50%, -50%);
|
2015-09-06 13:15:53 +00:00
|
|
|
width: 95vw;
|
|
|
|
box-sizing: border-box;
|
2015-09-03 10:32:46 +00:00
|
|
|
height: auto;
|
|
|
|
padding: 1.5rem 1.7rem;
|
|
|
|
background: white;
|
2015-09-04 10:27:45 +00:00
|
|
|
box-shadow: 0 15px 24px 6px rgba(0, 0, 0, 0.2);
|
2015-09-06 11:23:48 +00:00
|
|
|
z-index: 5;
|
|
|
|
transition: opacity 0.3s ease;
|
2015-09-03 10:32:46 +00:00
|
|
|
opacity: 0;
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
|
|
|
.dialog.active {
|
|
|
|
opacity: 1;
|
|
|
|
pointer-events: all;
|
|
|
|
}
|
|
|
|
.dialog p:first-of-type {
|
|
|
|
margin: 0 0 2.5rem;
|
|
|
|
}
|
|
|
|
.dialog p {
|
|
|
|
margin: 0 0 2rem;
|
|
|
|
}
|
|
|
|
.dialog input {
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
}
|
|
|
|
.dialog .foot {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
2015-09-16 10:24:16 +00:00
|
|
|
margin-bottom: 1rem;
|
2015-09-03 10:32:46 +00:00
|
|
|
}
|
|
|
|
.dialog .foot button {
|
|
|
|
flex: 1;
|
|
|
|
margin: 0 8px;
|
|
|
|
}
|
|
|
|
.dialog .foot button:first-of-type {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
.dialog .foot button:last-of-type {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2015-09-06 11:23:48 +00:00
|
|
|
.sk-cube-grid {
|
|
|
|
opacity: 0;
|
|
|
|
pointer-events: none;
|
|
|
|
width: 4rem;
|
|
|
|
height: 4rem;
|
|
|
|
position: fixed;
|
|
|
|
left: 50%;
|
|
|
|
top: 50%;
|
|
|
|
margin-top: -2rem;
|
|
|
|
margin-left: -2rem;
|
|
|
|
z-index: 5;
|
|
|
|
transition: opacity 0.3s ease;
|
|
|
|
}
|
|
|
|
.sk-cube-grid.show {
|
|
|
|
opacity: 1;
|
|
|
|
}
|
|
|
|
.sk-cube-grid .sk-cube {
|
|
|
|
width: 33.33%;
|
|
|
|
height: 33.33%;
|
|
|
|
background-color: #333;
|
|
|
|
float: left;
|
|
|
|
animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
|
|
|
|
}
|
|
|
|
.sk-cube-grid .sk-cube1 {
|
|
|
|
animation-delay: 0.2s;
|
|
|
|
}
|
|
|
|
.sk-cube-grid .sk-cube2 {
|
|
|
|
animation-delay: 0.3s;
|
|
|
|
}
|
|
|
|
.sk-cube-grid .sk-cube3 {
|
|
|
|
animation-delay: 0.4s;
|
|
|
|
}
|
|
|
|
.sk-cube-grid .sk-cube4 {
|
|
|
|
animation-delay: 0.1s;
|
|
|
|
}
|
|
|
|
.sk-cube-grid .sk-cube5 {
|
|
|
|
animation-delay: 0.2s;
|
|
|
|
}
|
|
|
|
.sk-cube-grid .sk-cube6 {
|
|
|
|
animation-delay: 0.3s;
|
|
|
|
}
|
|
|
|
.sk-cube-grid .sk-cube7 {
|
|
|
|
animation-delay: 0s;
|
|
|
|
}
|
|
|
|
.sk-cube-grid .sk-cube8 {
|
|
|
|
animation-delay: 0.1s;
|
|
|
|
}
|
|
|
|
.sk-cube-grid .sk-cube9 {
|
|
|
|
animation-delay: 0.2s;
|
|
|
|
}
|
|
|
|
@keyframes sk-cubeGridScaleDelay {
|
|
|
|
0%,
|
|
|
|
70%,
|
|
|
|
100% {
|
|
|
|
transform: scale3D(1, 1, 1);
|
|
|
|
}
|
|
|
|
35% {
|
|
|
|
transform: scale3D(0, 0, 1);
|
|
|
|
}
|
|
|
|
}
|
2015-09-03 10:32:46 +00:00
|
|
|
html,
|
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
font-family: Fira Sans;
|
|
|
|
font-weight: regular;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
html {
|
|
|
|
font-size: 10px;
|
|
|
|
min-height: 100vh;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
font-size: 1.6rem;
|
|
|
|
display: flex;
|
|
|
|
flex-flow: column;
|
|
|
|
}
|
2015-09-06 11:23:48 +00:00
|
|
|
a {
|
|
|
|
color: currentColor;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|