argos/dmp-frontend/src/assets/splash/css/styles.css

326 lines
5.3 KiB
CSS
Raw Normal View History

2020-05-28 18:47:25 +02:00
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");
2020-05-27 16:19:38 +02:00
*, *::before, *::after {
2020-05-28 18:47:25 +02:00
box-sizing: border-box;
2020-05-27 16:19:38 +02:00
}
html {
2020-05-28 18:47:25 +02:00
font-family: sans-serif;
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2020-05-27 16:19:38 +02:00
}
body {
2020-05-28 18:47:25 +02:00
margin: 0;
font-family: 'Roboto', sans-serif;
font-size: 1rem;
line-height: 1.5;
color: #212529;
2020-05-27 16:19:38 +02:00
}
2020-05-27 18:20:36 +02:00
button:focus {
2020-05-28 18:47:25 +02:00
outline: none !important;
2020-05-27 18:20:36 +02:00
}
input[type=text], select {
2020-05-28 18:47:25 +02:00
width: 100%;
height: 56px;
padding: 16px;
background: #FAFAFA 0% 0% no-repeat padding-box;
border: 1px solid #D1D1D1;
border-radius: 4px;
opacity: 1;
2020-05-27 18:20:36 +02:00
}
input[type=email], select {
2020-05-28 18:47:25 +02:00
width: 100%;
height: 56px;
padding: 16px;
background: #FAFAFA 0% 0% no-repeat padding-box;
border: 1px solid #D1D1D1;
border-radius: 4px;
opacity: 1;
2020-05-27 18:20:36 +02:00
}
textarea {
2020-05-28 18:47:25 +02:00
width: 100%;
height: 142px;
padding: 16px;
background: #FAFAFA 0% 0% no-repeat padding-box;
border: 1px solid #D1D1D1;
border-radius: 4px;
opacity: 1;
}
p {
text-align: left;
font-family: 'Roboto', sans-serif;
font-weight: 300;
font-size: 1.25rem;
letter-spacing: 0px;
color: #212121;
}
p a {
color: #23BCBA;
2020-05-27 18:20:36 +02:00
}
2020-05-27 16:19:38 +02:00
.bootstrap-overrides a {
2020-05-28 18:47:25 +02:00
text-decoration: none;
background-color: transparent;
2020-05-27 16:19:38 +02:00
}
.bootstrap-overrides a:hover {
2020-05-28 18:47:25 +02:00
color: #23BCBA;
text-decoration: none;
2020-05-27 16:19:38 +02:00
}
.bootstrap-overrides h1, .bootstrap-overrides h2, .bootstrap-overrides h3, .bootstrap-overrides h4, .bootstrap-overrides h5, .bootstrap-overrides h6, .caption, .placeholder, .body-text, .h1, .h2, .h3, .h4, .h5, .h6 {
2020-05-28 18:47:25 +02:00
font-family: 'Roboto', sans-serif;
color: #212121;
text-align: left;
2020-05-27 16:19:38 +02:00
}
.bootstrap-overrides h1, .h1 {
2020-05-28 18:47:25 +02:00
font-size: 3.3125rem;
line-height: 4rem;
font-weight: 300;
2020-05-27 16:19:38 +02:00
}
.bootstrap-overrides h2, .h2 {
2020-05-28 18:47:25 +02:00
font-size: 3.16rem;
line-height: 3.66rem;
font-weight: 300;
2020-05-27 16:19:38 +02:00
}
.bootstrap-overrides h3, .h3 {
2020-05-28 18:47:25 +02:00
font-size: 2.5rem;
line-height: 2.83rem;
font-weight: 700;
2020-05-27 16:19:38 +02:00
}
.bootstrap-overrides h4, .h4 {
2020-05-28 18:47:25 +02:00
font-size: 1.66rem;
line-height: 1.2;
font-weight: 700;
2020-05-27 16:19:38 +02:00
}
.bootstrap-overrides h5, .h5 {
2020-05-28 18:47:25 +02:00
font-size: 1.33rem;
line-height: 2.16rem;
font-weight: 300;
2020-05-27 16:19:38 +02:00
}
.bootstrap-overrides h6, .h6 {
2020-05-28 18:47:25 +02:00
font-size: 1.66rem;
line-height: 1.2;
font-weight: 300;
2020-05-27 16:19:38 +02:00
}
.caption {
2020-05-28 18:47:25 +02:00
font-size: 1rem;
line-height: 1.66rem;
font-weight: 300;
2020-05-27 16:19:38 +02:00
}
.placeholder {
2020-05-28 18:47:25 +02:00
font-size: 1.33rem;
line-height: 1.83rem;
font-weight: 300;
2020-05-27 16:19:38 +02:00
}
.title-1 {
2020-05-28 18:47:25 +02:00
text-align: left;
font-size: 2.37rem;
line-height: 2.75rem;
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: #FFFFFF;
2020-05-27 16:19:38 +02:00
}
.title-2 {
2020-05-28 18:47:25 +02:00
text-align: left;
font-size: 2.37rem;
line-height: 2.75rem;
font-family: 'Roboto', sans-serif;
font-weight: 700;
color: #FFFFFF;
2020-05-27 16:19:38 +02:00
}
.title-3 {
2020-05-28 18:47:25 +02:00
text-align: left;
font-size: 2.37rem;
font-family: 'Roboto', sans-serif;
font-weight: 300;
color: #212121;
opacity: 0.95;
}
.page-title {
text-align: center;
font-weight: 700;
font-size: 2.375rem;
font-family: 'Roboto', sans-serif;
letter-spacing: -0.95px;
color: #212121;
opacity: 1;
}
.page-subtitle {
text-align: left;
font-weight: 300;
font-size: 2.375rem;
font-family: 'Roboto', sans-serif;
letter-spacing: 0px;
color: #212121;
opacity: 1;
2020-05-27 16:19:38 +02:00
}
.body-text {
2020-05-28 18:47:25 +02:00
font-size: 1rem;
line-height: 1.6;
font-weight: 400;
opacity: 0.8;
2020-05-27 16:19:38 +02:00
}
hr {
2020-05-28 18:47:25 +02:00
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0, 0, 0, 0.1);
2020-05-27 16:19:38 +02:00
}
.fixed-top {
2020-05-28 18:47:25 +02:00
position: fixed !important;
top: 0;
right: 0;
left: 0;
z-index: 1030;
2020-05-27 16:19:38 +02:00
}
2020-05-28 18:47:25 +02:00
.container, .container-small {
width: 100%;
padding-right: 0.75rem;
padding-left: 0.75rem;
margin-right: auto;
margin-left: auto;
z-index: 1;
2020-05-27 16:19:38 +02:00
}
.normal-btn {
2020-05-28 18:47:25 +02:00
min-width: 162px;
max-width: 256px;
height: 40px;
cursor: pointer;
background: #129D99 0% 0% no-repeat padding-box;
box-shadow: 0px 3px 6px #1E202029;
border-radius: 30px;
border: none;
color: #FFFFFF;
opacity: 1;
font-size: 0.87rem;
padding: 0.62rem 1.87rem;
2020-05-27 16:19:38 +02:00
}
.mirror {
2020-05-28 18:47:25 +02:00
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
.text-box {
width: 894px;
height: 221px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #23BCBA;
border-radius: 37px;
opacity: 1;
margin: 3.75rem 0rem;
padding: 3.37rem 4.37rem;
}
.collapse-box {
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 1px solid #D1D1D1;
border-radius: 4px;
opacity: 1;
padding: 1.45rem 1.5rem;
margin: 1rem 0rem;
}
.collapse-title a {
text-align: left;
font-size: 1.25rem;
font-weight: 700;
font-family: 'Roboto', sans-serif;
letter-spacing: 0px;
color: #212121;
opacity: 0.76;
}
.collapse-title a:after {
content: '\f077';
font-family: "Font Awesome 5 Free" !important;
float: right;
font-size: 1rem;
font-weight: 900;
color: black;
}
.collapse-title a.collapsed:after {
content: '\f078';
font-family: "Font Awesome 5 Free";
font-weight: 900;
color: black;
2020-05-27 16:19:38 +02:00
}
2020-05-27 18:20:36 +02:00
.collapse:not(.show) {
2020-05-28 18:47:25 +02:00
display: none;
}
.faq-content {
text-align: left;
font-weight: 400;
font-size: 1rem;
font-family: 'Roboto', sans-serif;
letter-spacing: 0px;
color: #212121;
opacity: 0.8;
padding-top: 1.5rem;
}
.fa-download {
color: #212121;
opacity: 0.8;
padding-right: .5rem;
2020-05-27 18:20:36 +02:00
}
2020-05-27 16:19:38 +02:00
@media (min-width: 576px) {
2020-05-28 18:47:25 +02:00
.container {
max-width: 540px;
}
2020-05-27 16:19:38 +02:00
}
@media (min-width: 768px) {
2020-05-28 18:47:25 +02:00
.container {
max-width: 720px;
}
2020-05-27 16:19:38 +02:00
}
@media (min-width: 992px) {
2020-05-28 18:47:25 +02:00
.container {
max-width: 960px;
}
.margin-right-6 {
margin-left: 5.8rem;
}
2020-05-27 16:19:38 +02:00
}
@media (min-width: 1244px) {
2020-05-28 18:47:25 +02:00
.container {
max-width: 1204px !important;
}
.container-small {
max-width: 900px;
}
2020-05-27 18:20:36 +02:00
}