Padel-Tournaments-System/frontend/_main page/style.css

55 lines
747 B
CSS

@import "../_global/header.css";
@import "single_tournament.css";
@import "settings.css";
/*main*/
body {
margin: 0;
}
.container {
height: 100%;
width: 100%;
display: flex;
justify-content: flex-end;
}
/*2'nd layer*/
.searchBox {
height: 100vh;
width: 5vh;
float: left;
/*margin-right: 1%;*/
padding: 1%;
border: 1px #AFAFAF solid;
}
.contentBox {
height: 100%;
width: 95%;
float: right;
position: relative;
}
/*3'rd layer*/
.filterBox {
height: 10vh;
width: 100%;
background-color: #C0C0C0;
}
.settingsBox {
height: 5vh;
width: 100%;
border: 1px #AFAFAF solid;
}
/*items*/
.search {
display: block;
margin-left: auto;
margin-right: auto;
}