mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 04:42:54 +02:00
boîtes accueil qui bougent
This commit is contained in:
@ -17,9 +17,33 @@
|
||||
background: linear-gradient(-0.125turn, $blue, $violet);
|
||||
}
|
||||
|
||||
.square_box-inner {
|
||||
.square_box-inner-bottom {
|
||||
margin: 1px 1px 0 1px;
|
||||
min-height: 199px;
|
||||
border-bottom: 1px solid black;
|
||||
min-height: 198px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.square_box-inner-top {
|
||||
margin: 0 1px 1px 1px;
|
||||
min-height: 198px;
|
||||
border-top: 1px solid black;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.square_box-inner-right {
|
||||
margin: 1px 0 1px 1px;
|
||||
min-width: 198px;
|
||||
min-height: 198px;
|
||||
border-right: 1px solid black;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.square_box-inner-left {
|
||||
margin: 1px 1px 1px 0;
|
||||
min-width: 198px;
|
||||
min-height: 198px;
|
||||
border-left: 1px solid black;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
@ -42,8 +66,3 @@
|
||||
.square_box-text {
|
||||
padding: 6px;
|
||||
}
|
||||
|
||||
/*.square_box:hover .square_box-title, .square_box:focus .square_box-title {
|
||||
background: linear-gradient(-0.125turn, $blue, $violet);
|
||||
color: white;
|
||||
}*/
|
||||
|
Reference in New Issue
Block a user