Padel-Tournaments-System/frontend/logged_organiser/panel_organizatora/dodawanie turnieju/style.css
Lewy 7342d627fc feat: ekran dodawania i edycji turnieju
style: osobne zestawy ekranów dla uczestnika i organizatora
2022-06-14 15:12:31 +02:00

104 lines
1.5 KiB
CSS

@import "../../../_global/header.css";
/*0 layer*/
body {
background-color: #EBEBEB;
margin: 0;
}
/*1'st layer*/
.container {
height: 100%;
width: 100%;
display: flex;
justify-content: flex-end;
}
/*2'nd layer*/
.form {
/*Alignment*/
margin: auto;
width: 50%;
height: 1000px;
/*Inside*/
padding-left: 40px;
padding-top: 15px;
/*Visual*/
background-color: #FFFFFF;
/*Others*/
justify-content: center;
align-items: center;
}
/*Elements*/
.descriptor {
/* Size */
width: 326px;
height: 42px;
left: 254px;
top: 554px;
/* Alignment */
margin-bottom: 0;
margin-top: 0;
display: flex;
align-items: center;
/* Text */
font-family: 'Montserrat', serif;
font-size: 20px;
line-height: 42px;
color: #828282;
}
.myButton {
/*Button alignment*/
width: 25%;
height: 5%;
margin-left: 15%;
/*Button visual*/
border-radius: 25px;
cursor: pointer;
background-color: #828282;
/*Text*/
font-family: Arial, serif;
font-size: 12px;
color: #ffffff;
}
.myButton2 {
/*Button alignment*/
width: 25%;
height: 5%;
/*Button visual*/
border-radius: 25px;
cursor: pointer;
background-color: #007C36;
/*Text*/
font-family: Arial, serif;
font-size: 12px;
color: #ffffff;
}
.title {
text-align: center;
font-size: 28px;
font-family: 'Montserrat', serif;
font-style: normal;
color: rgba(40, 40, 40, 0.9);
}
/*.buttonBox {*/
/* margin: auto;*/
/*}*/