gaufre: remove border radius to better match DSFR styles
This commit is contained in:
@@ -49,9 +49,9 @@ const { services } = Astro.props
|
|||||||
"Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;
|
"Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji" !important;
|
||||||
margin: 0 0 0.5rem !important;
|
margin: 0 0 0.5rem !important;
|
||||||
background-color: #01018fcc !important;
|
background-color: #01018fcc !important;
|
||||||
padding: 3px !important;
|
padding: 2px !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
border-radius: 8px !important;
|
/* border-radius: 8px !important; */
|
||||||
filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)) !important;
|
filter: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)) !important;
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
}
|
}
|
||||||
@@ -71,7 +71,7 @@ const { services } = Astro.props
|
|||||||
|
|
||||||
.lagaufre-border {
|
.lagaufre-border {
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
border-radius: 6px !important;
|
/* border-radius: 6px !important; */
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -79,7 +79,7 @@ const { services } = Astro.props
|
|||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
list-style: none !important;
|
list-style: none !important;
|
||||||
border-radius: 2px !important;
|
/* border-radius: 2px !important; */
|
||||||
background-color: white !important;
|
background-color: white !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
overflow: auto !important;
|
overflow: auto !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user