css aside
This commit is contained in:
parent
265c7fbc03
commit
84e00eaaa9
|
@ -407,7 +407,8 @@ footer span.totop {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
font-weight: 400; }
|
font-weight: 400; }
|
||||||
.layout-sidebar-first .sidebar_first_container .field-content {
|
.layout-sidebar-first .sidebar_first_container .field-content {
|
||||||
margin-bottom: 0.7rem; }
|
margin-bottom: 0.5rem;
|
||||||
|
font-size: 0.6rem; }
|
||||||
@media (max-width: 810px) {
|
@media (max-width: 810px) {
|
||||||
.layout-sidebar-first .sidebar_first_container {
|
.layout-sidebar-first .sidebar_first_container {
|
||||||
display: none; } }
|
display: none; } }
|
||||||
|
@ -620,10 +621,10 @@ footer span.totop {
|
||||||
#presentation #block-quartiers-de-demain-views-block-statics-fields-block-1 .views-field-field-pieces-jointes .field-content, #home #block-quartiers-de-demain-views-block-statics-fields-block-1 .views-field-field-pieces-jointes .field-content {
|
#presentation #block-quartiers-de-demain-views-block-statics-fields-block-1 .views-field-field-pieces-jointes .field-content, #home #block-quartiers-de-demain-views-block-statics-fields-block-1 .views-field-field-pieces-jointes .field-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-size: 0.6rem;
|
font-size: 0.5rem;
|
||||||
font-weight: 800; }
|
font-weight: 800; }
|
||||||
#presentation #block-quartiers-de-demain-views-block-statics-fields-block-1 .views-field-field-pieces-jointes .field-content span, #home #block-quartiers-de-demain-views-block-statics-fields-block-1 .views-field-field-pieces-jointes .field-content span {
|
#presentation #block-quartiers-de-demain-views-block-statics-fields-block-1 .views-field-field-pieces-jointes .field-content span, #home #block-quartiers-de-demain-views-block-statics-fields-block-1 .views-field-field-pieces-jointes .field-content span {
|
||||||
font-weight: 400; }
|
font-weight: 600; }
|
||||||
#presentation .layout-content, #home .layout-content {
|
#presentation .layout-content, #home .layout-content {
|
||||||
grid-row: 1;
|
grid-row: 1;
|
||||||
order: 2;
|
order: 2;
|
||||||
|
|
|
@ -2,8 +2,8 @@
|
||||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||||
|
|
||||||
<svg
|
<svg
|
||||||
width="15mm"
|
width="10mm"
|
||||||
height="15mm"
|
height="10mm"
|
||||||
viewBox="0 0 10.531931 10.531931"
|
viewBox="0 0 10.531931 10.531931"
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg1"
|
id="svg1"
|
||||||
|
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.4 KiB |
|
@ -19,10 +19,10 @@
|
||||||
.field-content{
|
.field-content{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-size: 0.6rem;
|
font-size: 0.5rem;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
span{
|
span{
|
||||||
font-weight: 400;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,7 +29,8 @@
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
||||||
.field-content{
|
.field-content{
|
||||||
margin-bottom: 0.7rem;
|
margin-bottom: 0.5rem;
|
||||||
|
font-size: 0.6rem;
|
||||||
}
|
}
|
||||||
@media (max-width: 810px){
|
@media (max-width: 810px){
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in New Issue