You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.2 KiB
79 lines
1.2 KiB
#main-menu
|
|
{
|
|
.menu-label
|
|
{
|
|
display:none;
|
|
}
|
|
ul
|
|
{
|
|
display:block;
|
|
margin-block-start: 1em;
|
|
margin-block-end: 1em;
|
|
margin-inline-start: 0px;
|
|
margin-inline-end: 0px;
|
|
padding-inline-start: 0px;
|
|
margin:0px;
|
|
li
|
|
{
|
|
display:inline-block;
|
|
width:24%;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
////// FORUMULAIRE
|
|
.cf
|
|
{
|
|
&-label,&-input
|
|
{
|
|
min-width: auto;
|
|
width: auto;
|
|
}
|
|
&-label
|
|
{
|
|
float:left;
|
|
clear:left;
|
|
padding-right:20px;
|
|
}
|
|
&-input
|
|
{
|
|
min-height: 20px;
|
|
line-height: 20px;
|
|
min-width: 20vw;
|
|
float:right;
|
|
clear:right;
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
&-textarea
|
|
{
|
|
margin:8px 0;
|
|
display:block;
|
|
width:100%;
|
|
clear: both;
|
|
}
|
|
&-input-group
|
|
{
|
|
padding:4px;
|
|
margin:4px;
|
|
}
|
|
&-close-wrap
|
|
{
|
|
margin:-20px -20px 0 -20px;
|
|
}
|
|
&-btn
|
|
{
|
|
background-color: black;
|
|
color:white;
|
|
padding-left:10px;
|
|
padding-right:10px;
|
|
}
|
|
}
|
|
|
|
.main-stat
|
|
{
|
|
max-width: 300px;
|
|
float:left;
|
|
margin:10px;
|
|
} |