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 050bb139 authored by Julie Thezenas's avatar Julie Thezenas
Browse files

feat: good base for boxes - plus de coins

parent b9a3ef96
No related branches found
No related tags found
No related merge requests found
......@@ -12,15 +12,6 @@
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 {
flex-direction: column;
}
......@@ -48,7 +39,6 @@
width: 250px;
height: 250px;
margin: 0.75em;
border: 1px solid rgba(0, 0, 0, 0.1) !important;
border-left-color: transparent;
border-radius: 10px;
}
......@@ -60,16 +50,14 @@
width: 100%;
height: 100%;
position: relative;
// background-color: cyan;
&:hover {
box-shadow: 0px 40px 30px 0px rgba(2,47,57,.10);
box-shadow: 0px 8px 20px 0px rgba(2,47,57,.10);
transform: translateY(-2px) !important;
}
> div {
height: 100%;
// background: #f2f2f2;
}
.category-logo {
......@@ -88,7 +76,6 @@
transform: translate(-50%, -50%);
a[href] {
// display: flex;
flex-direction: column-reverse;
width: 250px;
}
......
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