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

67 lines
963 B
CSS
Raw Normal View History

@import "../../_global/header.css";
@import "pojedynczy_turniej/css/single_tournament.css";
@import "pojedynczy_turniej/css/settings.css";
@import "../../_global/style.css";
/*main*/
body {
margin: 0;
}
header {
margin: 0;
}
.container {
height: 100%;
width: 100%;
display: flex;
justify-content: flex-end;
}
/*2'nd layer*/
.searchBox {
height: auto;
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;
display: flex;
}
/*items*/
.search {
display: block;
margin-left: auto;
margin-right: auto;
}
.dots {
float: right;
position: absolute;
right: 1%;
margin-top: 1%;
}