boîtes accueil: mode clair
This commit is contained in:
parent
12547f2611
commit
c3795df58c
1 changed files with 20 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
.square_box-inner-bottom {
|
||||
margin: 1px 1px 0 1px;
|
||||
border-bottom: 1px solid black;
|
||||
border-bottom: 1px solid white;
|
||||
min-height: 198px;
|
||||
background-color: white;
|
||||
}
|
||||
|
@ -27,7 +27,7 @@
|
|||
.square_box-inner-top {
|
||||
margin: 0 1px 1px 1px;
|
||||
min-height: 198px;
|
||||
border-top: 1px solid black;
|
||||
border-top: 1px solid white;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
|||
margin: 1px 0 1px 1px;
|
||||
min-width: 198px;
|
||||
min-height: 198px;
|
||||
border-right: 1px solid black;
|
||||
border-right: 1px solid white;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
|||
margin: 1px 1px 1px 0;
|
||||
min-width: 198px;
|
||||
min-height: 198px;
|
||||
border-left: 1px solid black;
|
||||
border-left: 1px solid white;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
|
@ -52,6 +52,22 @@
|
|||
color: white;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.square_box-inner-bottom {
|
||||
border-bottom: 1px solid black;
|
||||
}
|
||||
|
||||
.square_box-inner-top {
|
||||
border-top: 1px solid black;
|
||||
}
|
||||
|
||||
.square_box-inner-right {
|
||||
border-right: 1px solid black;
|
||||
}
|
||||
|
||||
.square_box-inner-left {
|
||||
border-left: 1px solid black;
|
||||
}
|
||||
}
|
||||
|
||||
.square_box-title {
|
||||
|
|
Loading…
Reference in a new issue