Padel-Tournaments-System/frontend/normal_user/_main page/pojedynczy_turniej/zapisy/style.css

135 lines
2.0 KiB
CSS
Raw Normal View History

@import "css/li.css";
@import "css/collapsible.css";
@import "css/round.css";
@import "../../../../_global/header.css";
@import "bookmarks.css";
@import "../../../../_global/style.css";
@import '~pretty-checkbox/src/pretty-checkbox.scss';
body {
margin: 0;
/*padding: 10px;*/
/*line-height: 1.4em;*/
}
.container {
display: flex;
flex-direction: column;
align-items: center;
margin: auto;
flex-flow: row wrap;
height: 100%;
width: 80%;
}
main {
display: flex;
flex-direction: row;
}
.form {
/*Alignment*/
margin: auto;
width: 50%;
height: 75vh;
/*Inside*/
padding-left: 40px;
padding-top: 15px;
/*Visual*/
background-color: #FFFFFF;
/*Others*/
justify-content: center;
align-items: center;
}
/*Po zalogowaniu*/
.dot {
height: 30px;
width: 30px;
color: white;
background-color: skyblue;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.bookmarks {
/*Alignment*/
margin-left: 0;
width: 40%;
height: 5vh;
float: left;
}
/*Participant Box*/
.participant {
/*Size and alignment*/
height: 10vh;
width: 49.842%;
float: left;
/*Font*/
font-family: 'Montserrat', serif;
font-weight: 600;
font-size: 18px;
color: #828282;
/*Visual*/
background-color: #FFFFFF;
border: 1px solid #AFAFAF;
padding: -2px;
}
/*2'nd Layer*/
.partID {
width: 6%;
height: 100%;
float: left;
box-sizing: border-box;
padding-top: 6%;
text-align: center;
padding-bottom: 0;
}
.partNames{
width: 47%;
height: 100%;
float: left;
box-sizing: border-box;
padding-left: 2%;
padding-top: 2%;
line-height: 200%;
}
.partParameters{
width: 47%;
height: 100%;
float: left;
text-align: right;
/*Padding doesn't change the size of the box*/
box-sizing: border-box;
/*padding-left: 2%;*/
padding-top: 2%;
padding-right: 2%;
border: 1px solid black;
2022-06-18 14:35:43 +02:00
}
.zapisani {
width: 100px;
height: auto;
display: flex;
flex-direction: column;
line-height: 200%;
}