107 lines
1.6 KiB
CSS
107 lines
1.6 KiB
CSS
@import "../../_global/header.css";
|
|
@import "../../_global/style.css";
|
|
@import "../css/buttons.css";
|
|
@import '~pretty-checkbox/src/pretty-checkbox.scss';
|
|
|
|
|
|
/*0 layer*/
|
|
body {
|
|
background-color: #EBEBEB;
|
|
margin: 0;
|
|
}
|
|
|
|
/*1'st layer*/
|
|
.container {
|
|
height: 100%;
|
|
width: 50%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin: auto;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
/*2'nd layer*/
|
|
.title {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 28px;
|
|
font-family: 'Montserrat', serif;
|
|
font-style: normal;
|
|
color: #282828;
|
|
font-weight: 600;
|
|
|
|
margin-top: 2%;
|
|
margin-bottom: 2%;
|
|
}
|
|
|
|
.form {
|
|
/*Alignment*/
|
|
margin: auto;
|
|
width: 100%;
|
|
height: 100vh;
|
|
|
|
/*Inside*/
|
|
padding: 3% 5%;
|
|
|
|
/*Visual*/
|
|
background-color: #FFFFFF;
|
|
|
|
/*Others*/
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
/*Elements*/
|
|
.descriptor {
|
|
|
|
/* Alignment */
|
|
margin-bottom: 0.5%;
|
|
margin-top: 2%;
|
|
|
|
/* Text */
|
|
font-family: 'Montserrat', serif;
|
|
font-size: 20px;
|
|
color: #828282;
|
|
|
|
}
|
|
|
|
.binaryButtonsBox {
|
|
width: 100%;
|
|
float: left;
|
|
|
|
/* Alignment */
|
|
margin-bottom: 0.5%;
|
|
margin-top: 2%;
|
|
/*display: flex;*/
|
|
|
|
align-items: center;
|
|
|
|
/* Text */
|
|
font-family: 'Montserrat', serif;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
color: #828282;
|
|
}
|
|
|
|
.binaryButtonsBox2 {
|
|
width: 100%;
|
|
float: left;
|
|
|
|
/* Alignment */
|
|
margin-bottom: 4%;
|
|
margin-top: 1%;
|
|
/*display: flex;*/
|
|
|
|
align-items: center;
|
|
|
|
/* Text */
|
|
font-family: 'Montserrat', serif;
|
|
font-size: 20px;
|
|
font-weight: 600;
|
|
color: #828282;
|
|
}
|
|
|
|
.state {
|
|
/*background-color: #0B4D39;*/
|
|
} |