river-of-ebooks/assets/styles/index.scss

63 lines
1012 B
SCSS

@import 'lib/default';
@import 'shared/twopanels';
.content {
padding: 14px 0 42px 0;
position: relative;
.error-box {
min-height: 30px;
line-height: 30px;
background: $red;
color: white;
padding: 0 14px;
margin: -14px 0 8px 0;
}
& > div {
& > header {
padding: 0 14px;
}
h1 {
text-shadow: 1px 1px 2px $black-3;
}
h2 {
margin: 0;
padding: 0;
font-weight: normal;
font-size: 16px;
margin-top: 4px;
color: $text-dark-2;
text-shadow: 1px 1px 2px $black-4;
}
.creator {
padding: 0 14px;
line-height: 60px;
max-width: 500px;
.btn {
margin: 12px 0 12px 12px;
}
}
}
.list {
margin: 20px 14px;
padding: 0;
list-style: none;
// overflow: hidden;
}
.inputs {
padding: 20px 14px;
.buttons {
margin-top: 14px;
text-align: right;
}
}
&.working {
& > .progress {
top: 0;
height: 4px;
}
}
}