2022-05-31 16:32:49 +02:00
|
|
|
@import "../_global/header.css";
|
2022-05-31 02:14:17 +02:00
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: #EBEBEB;
|
2022-05-31 10:56:44 +02:00
|
|
|
margin: 0;
|
2022-05-31 02:14:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.form {
|
|
|
|
width: 50%;
|
|
|
|
height: 800px;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
/*form na środku strony*/
|
|
|
|
margin: auto;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
padding-left: 40px;
|
|
|
|
padding-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.container {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
|
|
|
|
.descriptor {
|
|
|
|
/* Kategorie */
|
|
|
|
width: 326px;
|
|
|
|
height: 42px;
|
|
|
|
left: 254px;
|
|
|
|
top: 554px;
|
|
|
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
margin-top: 0px;
|
|
|
|
|
|
|
|
/* H3 */
|
|
|
|
/*font-family: 'Montserrat';*/
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 42px;
|
|
|
|
|
|
|
|
/* identical to box height, or 150% */
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
/* DARK GREY */
|
|
|
|
color: #828282;
|
|
|
|
|
2022-06-06 13:50:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.myButton {
|
|
|
|
background-color: #14A6F9;
|
|
|
|
border-radius: 25px;
|
|
|
|
cursor: pointer;
|
|
|
|
color: #ffffff;
|
|
|
|
font-family: Arial;
|
|
|
|
font-size: 12px;
|
|
|
|
width: 25%;
|
|
|
|
height: 5%
|
2022-05-31 10:56:44 +02:00
|
|
|
}
|