Redesign 1 bcrypt #226
1 changed files with 8 additions and 10 deletions
|
@ -9,6 +9,7 @@
|
||||||
left: auto;
|
left: auto;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
top: auto;
|
top: auto;
|
||||||
|
bottom: calc(1.5rem + 2px);
|
||||||
transform: none;
|
transform: none;
|
||||||
padding-right: 2rem;
|
padding-right: 2rem;
|
||||||
}
|
}
|
||||||
|
@ -36,10 +37,6 @@
|
||||||
.h2--top {
|
.h2--top {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@media (max-width: 475px) {
|
|
||||||
|
|
||||||
.nav-bar {
|
.nav-bar {
|
||||||
height: 12rem;
|
height: 12rem;
|
||||||
|
@ -56,17 +53,14 @@
|
||||||
|
|
||||||
.nav-bar-subtitle {
|
.nav-bar-subtitle {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: block;
|
||||||
left: auto;
|
left: auto;
|
||||||
top: auto;
|
top: auto;
|
||||||
|
bottom: auto;
|
||||||
|
right: auto;
|
||||||
transform: none;
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row--full-height {
|
|
||||||
|
|
||||||
height: calc(100% - 11rem);
|
|
||||||
}
|
|
||||||
|
|
||||||
.column--sml-10 {
|
.column--sml-10 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -74,6 +68,10 @@
|
||||||
#publish-active-area > .row, #publish-details > .row, #channel-login-form > .row, #publish-channel-form > .row {
|
#publish-active-area > .row, #publish-details > .row, #channel-login-form > .row, #publish-channel-form > .row {
|
||||||
padding: 1em 0px 1em 0px;
|
padding: 1em 0px 1em 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-contents {
|
||||||
|
height: calc(100% - 12rem);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 350px) {
|
@media (max-width: 350px) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue