Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit b9a3ef96 authored by Julie Thezenas's avatar Julie Thezenas
Browse files

feat: common maj props boxes

parent 2425c619
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,21 @@ ...@@ -4,6 +4,21 @@
height: var(--height); height: var(--height);
width: calc(var(--height) * var(--aspect-ratio)); width: calc(var(--height) * var(--aspect-ratio));
max-width: 100%; max-width: 100%;
border-color: none;
border-top: none;
}
.logo.aspect-image img, .logo.aspect-image img {
padding-top: 20px;
}
.category-box {
border: none;
border-radius: 10px;
box-shadow: 0px 2px 3px 0px -webkit-linear-gradient(4deg, rgba(180,180,180,0.29) 55%, rgba(136,136,136,0.08) 100%);
background-color: $header_background;
border-color: none;
border-top: none;
} }
.categories-and-latest { .categories-and-latest {
...@@ -19,6 +34,7 @@ ...@@ -19,6 +34,7 @@
align-items: baseline; align-items: baseline;
} }
.category-list .category-text-title { .category-list .category-text-title {
align-items: baseline; align-items: baseline;
display: inline-flex; display: inline-flex;
...@@ -44,7 +60,7 @@ ...@@ -44,7 +60,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
position: relative; position: relative;
// background-color: white; // background-color: cyan;
&:hover { &:hover {
box-shadow: 0px 40px 30px 0px rgba(2,47,57,.10); box-shadow: 0px 40px 30px 0px rgba(2,47,57,.10);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment