Files
D8_rplf/themes/custom/vanina/css/base/default.css
T
2018-08-01 19:08:13 +02:00

51 lines
714 B
CSS

*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
font-family: helvetica, sans-serif;
font-size: 1rem;
line-height: 1.4;
/*height: 100vh;*/
text-decoration: none;
/*overflow-x: hidden;*/
background-color: blue;
}
body{
/*min-height: 100vh;*/
}
p, h1, h2{
margin: 0;
padding: 0;
font-weight: normal;
}
ul, li{
list-style: none;
margin: 0;
padding: 0;
}
img{
vertical-align: bottom;
-webkit-transition: filter 0.1s; /* Safari */
transition: filter 0.1s;
}
a {
text-decoration: none;
color: black;
}
/*------------*/
#block-formulairederecherche{
display: none;
}