compatibilité chrome
This commit is contained in:
parent
817e360fba
commit
8591ebab38
@ -10,9 +10,11 @@ $primary-600: #008080;
|
|||||||
$primary-700: #006c6c;
|
$primary-700: #006c6c;
|
||||||
$enable-responsive-typography: true;
|
$enable-responsive-typography: true;
|
||||||
|
|
||||||
|
|
||||||
// Import Pico
|
// Import Pico
|
||||||
@import "./pico/pico";
|
@import "./pico/pico";
|
||||||
|
|
||||||
|
|
||||||
[role="button"] {
|
[role="button"] {
|
||||||
margin: 0.1em 0;
|
margin: 0.1em 0;
|
||||||
}
|
}
|
||||||
@ -169,17 +171,20 @@ footer {
|
|||||||
#calendar {
|
#calendar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
.grid {
|
.grid {
|
||||||
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
|
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
|
||||||
min-width: 1500px;
|
min-width: 1500px;
|
||||||
|
|
||||||
}
|
}
|
||||||
.grid.week-in-month {
|
.grid.week-in-month {
|
||||||
grid-template-columns: 2.5em repeat(auto-fit, minmax(0%, 1fr));
|
grid-template-columns: 2.5em repeat(auto-fit, minmax(0%, 1fr));
|
||||||
margin-bottom: .5em;
|
margin-bottom: .5em;
|
||||||
}
|
}
|
||||||
.entete-semaine {
|
.entete-semaine {
|
||||||
text-orientation: upright;
|
text-orientation: mixed;
|
||||||
writing-mode: sideways-lr;
|
writing-mode: vertical-rl;
|
||||||
|
text-align: center;
|
||||||
background: rgba(0, 137, 137, 0.2);
|
background: rgba(0, 137, 137, 0.2);
|
||||||
padding: 1em 0;
|
padding: 1em 0;
|
||||||
h2 {
|
h2 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user