diving on partie
This commit is contained in:
@@ -14,6 +14,7 @@ body{
|
||||
font-size: 3em;
|
||||
font-weight: 400;
|
||||
color: $bleu_typo;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
@mixin titre_h3{
|
||||
@@ -21,3 +22,8 @@ body{
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
@mixin titre_h4{
|
||||
@include titre_h2();
|
||||
font-size: 1.323em;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
@mixin menu-contenus{
|
||||
padding: 1em;
|
||||
ul,li{
|
||||
padding: 0;
|
||||
margin:0;
|
||||
@@ -19,4 +18,14 @@
|
||||
font-size: 1.13em;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@mixin card{
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
padding:2em;
|
||||
box-shadow: 0 0 10px rgba(0,0,0,0.25);
|
||||
max-width: 50em;
|
||||
margin: 5em auto 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user