standardize indentation

pull/1/head
ansuz 7 years ago
parent 8def11bea3
commit eb49f53884

@ -7,25 +7,25 @@
background: #fff; background: #fff;
} }
.cp-about-intro { .cp-about-intro {
padding-top: 3em; padding-top: 3em;
padding-bottom: 3em; padding-bottom: 3em;
background-image: url(/customize/bkabout.jpg); background-image: url(/customize/bkabout.jpg);
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
.container { .container {
color: #fff; color: #fff;
font-family: "Open Sans"; font-family: "Open Sans";
h1 { h1 {
font-weight: 700; font-weight: 700;
} }
a { a {
color: #fff; color: #fff;
text-decoration: underline; text-decoration: underline;
} }
p { p {
padding-top: 1em; padding-top: 1em;
} }
} }
} }
.cp-container { .cp-container {

@ -8,76 +8,76 @@
padding-right: 0.25em; padding-right: 0.25em;
} }
#cp-main { #cp-main {
background-color: #fff; background-color: #fff;
} }
.cp-container { .cp-container {
background: #fff; background: #fff;
.cp-iconCont { .cp-iconCont {
h4 { h4 {
margin-top: 1.5em; margin-top: 1.5em;
margin-bottom: 1.5em; margin-bottom: 1.5em;
} }
div { div {
.card { .card {
padding: 4em 1em 0.5em 1em; padding: 4em 1em 0.5em 1em;
box-shadow: 0 5px 15px rgba(69,145,196, 0.3); box-shadow: 0 5px 15px rgba(69,145,196, 0.3);
border-color: #fff; border-color: #fff;
text-align: center; text-align: center;
margin-bottom: 1em; margin-bottom: 1em;
&:hover, &:focus { &:hover, &:focus {
text-decoration: none; text-decoration: none;
transform: scale(1.05); transform: scale(1.05);
} }
@media (max-width: 1200px) and (min-width: 769px) { @media (max-width: 1200px) and (min-width: 769px) {
min-height: 139px; min-height: 139px;
} }
@media (max-width: 768px) and (min-width: 576px) { @media (max-width: 768px) and (min-width: 576px) {
min-height: 164px; min-height: 164px;
} }
@media (max-width: 496px) { @media (max-width: 496px) {
min-height: 140px; min-height: 140px;
} }
@media (max-width: 335px) { @media (max-width: 335px) {
min-height: 162px; min-height: 162px;
} }
} }
&:nth-child(2) { &:nth-child(2) {
.card { .card {
background-image: url(/customize/images/twitter.svg); background-image: url(/customize/images/twitter.svg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 50% 10%; background-position: 50% 10%;
background-size: 3rem; background-size: 3rem;
} }
} }
&:nth-child(3) { &:nth-child(3) {
.card { .card {
background-image: url(/customize/images/issue.svg); background-image: url(/customize/images/issue.svg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 50% 10%; background-position: 50% 10%;
background-size: 3rem; background-size: 3rem;
} }
} }
&:nth-child(4) { &:nth-child(4) {
.card { .card {
background-image: url(/customize/images/sayhi.svg); background-image: url(/customize/images/sayhi.svg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 50% 10%; background-position: 50% 10%;
background-size: 3rem; background-size: 3rem;
} }
} }
&:nth-child(5) { &:nth-child(5) {
.card { .card {
background-image: url(/customize/images/email.svg); background-image: url(/customize/images/email.svg);
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 50% 10%; background-position: 50% 10%;
background-size: 3rem; background-size: 3rem;
} }
} }
} }
} }
} }
.cp-contdet { .cp-contdet {
padding-top: 3em; padding-top: 3em;
padding-bottom: 3em; padding-bottom: 3em;
background-image: url(/customize/images/bkcontact.jpg); background-image: url(/customize/images/bkcontact.jpg);
background-size: cover; background-size: cover;

@ -26,20 +26,20 @@ body {
font-family: "Open Sans", Helvetica; font-family: "Open Sans", Helvetica;
} }
.cp-right { .cp-right {
.cp-register-btn { .cp-register-btn {
padding: 0.5em 1em 0.7em 1em; padding: 0.5em 1em 0.7em 1em;
border: 2px solid #fff; border: 2px solid #fff;
&:hover { &:hover {
transform: scale(1.05); transform: scale(1.05);
} }
} }
.cp-login-btn { .cp-login-btn {
color: #fff; color: #fff;
padding: 0.5em 1em 0.7em 1em; padding: 0.5em 1em 0.7em 1em;
&:hover { &:hover {
transform: scale(1.05); transform: scale(1.05);
} }
} }
} }
.cp-title { .cp-title {
display: flex; display: flex;

@ -16,7 +16,7 @@
} }
} }
.cp-container { .cp-container {
#data { #data {
background: #4591C4; background: #4591C4;
padding-top: 3em; padding-top: 3em;
padding-bottom: 7em; padding-bottom: 7em;
@ -30,7 +30,7 @@
color: @cryptpad_header_col; color: @cryptpad_header_col;
} }
} }
#userForm { #userForm {
padding-top: 3em; padding-top: 3em;
padding-bottom: 2em; padding-bottom: 2em;
.form-control { .form-control {
@ -46,23 +46,23 @@
} }
} }
.align-items-center { .align-items-center {
box-shadow: 0 5px 15px rgba(69,145,196, 0.3); box-shadow: 0 5px 15px rgba(69,145,196, 0.3);
background: #fff; background: #fff;
} }
.extra { .extra {
margin-top: 1em; margin-top: 1em;
.login { .login {
background: @cryptpad_color_blue; background: @cryptpad_color_blue;
color: #fff; color: #fff;
padding: 10px; padding: 10px;
border-radius: 0; border-radius: 0;
&:hover { &:hover {
transform: scale(1.05); transform: scale(1.05);
} }
} }
} }
} }
.cp-container { .cp-container {
padding-top: 3em; padding-top: 3em;
min-height: 66vh; min-height: 66vh;
} }

@ -7,42 +7,42 @@
background: #fff; background: #fff;
} }
.cp-privacy-top { .cp-privacy-top {
padding-top: 3em; padding-top: 3em;
padding-bottom: 3em; padding-bottom: 3em;
background-image: url(/customize/cover-privacy.jpg); background-image: url(/customize/cover-privacy.jpg);
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
.container { .container {
color: #fff; color: #fff;
font-family: "Open Sans"; font-family: "Open Sans";
h1 { h1 {
font-weight: 700; font-weight: 700;
} }
a { a {
color: #fff; color: #fff;
text-decoration: underline; text-decoration: underline;
} }
p { p {
padding-top: 1em; padding-top: 1em;
} }
} }
} }
.cp-privacy { .cp-privacy {
background-image: url(/customize/CryptPadlogo_op5.svg); background-image: url(/customize/CryptPadlogo_op5.svg);
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
hr { hr {
margin-left: 0; margin-left: 0;
width: 15rem; width: 15rem;
border-top: 2px solid #4591C4; border-top: 2px solid #4591C4;
} }
h3 { h3 {
color: #1E1F1F; color: #1E1F1F;
font-weight: 700; font-weight: 700;
} }
p { p {
color: #3F4141; color: #3F4141;
} }
} }

@ -5,39 +5,39 @@
.infopages_topbar(); .infopages_topbar();
.cp-what-is { .cp-what-is {
padding-top: 3em; padding-top: 3em;
padding-bottom: 3em; padding-bottom: 3em;
background-image: url(/customize/bkwhat.jpg); background-image: url(/customize/bkwhat.jpg);
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
color: #fff; color: #fff;
h1 { h1 {
font-weight: 700; font-weight: 700;
} }
} }
#cp-main { #cp-main {
background: #fff; background: #fff;
} }
.cp-container { .cp-container {
padding-top: 3em; padding-top: 3em;
padding-bottom: 3em; padding-bottom: 3em;
h2 { h2 {
margin-top: 0; margin-top: 0;
font-weight: 700; font-weight: 700;
color: @cryptpad_header_col; color: @cryptpad_header_col;
} }
p { p {
color: @cryptpad_text_col; color: @cryptpad_text_col;
} }
#zeroknowledge { #zeroknowledge {
width: 65%; width: 65%;
} }
.row { .row {
margin-bottom: 1.5em; margin-bottom: 1.5em;
} }
img { img {
display: block; display: block;
margin: 0 auto; margin: 0 auto;
} }
} }

Loading…
Cancel
Save