Skip to content
Snippets Groups Projects
Commit a8310b92 authored by Ron Lucke's avatar Ron Lucke Committed by Jan-Hendrik Willms
Browse files

fix #1630

Closes #1630

Merge request studip/studip!1181
parent b3632760
No related branches found
No related tags found
No related merge requests found
...@@ -761,7 +761,7 @@ ribbon end ...@@ -761,7 +761,7 @@ ribbon end
&.cw-container-colspan-half-center { &.cw-container-colspan-half-center {
width: 1095px; width: 1095px;
.cw-container-content { .cw-container-content {
width: 540px; max-width: 540px;
margin: auto; margin: auto;
} }
} }
...@@ -3317,7 +3317,9 @@ c o n f i r m b l o c k e n d ...@@ -3317,7 +3317,9 @@ c o n f i r m b l o c k e n d
/* * * * * * * * * * /* * * * * * * * * *
d a t e b l o c k d a t e b l o c k
* * * * * * * * * */ * * * * * * * * * */
.cw-container-colspan-half {
.cw-container-colspan-half,
.cw-container-colspan-half-center {
.cw-block-date { .cw-block-date {
.cw-block-content { .cw-block-content {
font-size: 9px; font-size: 9px;
...@@ -3342,7 +3344,7 @@ d a t e b l o c k ...@@ -3342,7 +3344,7 @@ d a t e b l o c k
font-size: 6em; font-size: 6em;
line-height: 1.25em; line-height: 1.25em;
height: 1.25em; height: 1.25em;
padding: 3px 29px; padding: 3px 0.5em;
background: rgba(245,245,245,1); background: rgba(245,245,245,1);
font-weight: 300; font-weight: 300;
} }
...@@ -3364,7 +3366,7 @@ d a t e b l o c k ...@@ -3364,7 +3366,7 @@ d a t e b l o c k
} }
.cw-date-date-digits{ .cw-date-date-digits {
display: inline-block; display: inline-block;
.cw-date-date-number { .cw-date-date-number {
...@@ -3379,6 +3381,25 @@ d a t e b l o c k ...@@ -3379,6 +3381,25 @@ d a t e b l o c k
} }
} }
.responsive-display {
.cw-block-date {
.cw-block-content {
font-size: 9px;
.cw-date-countdown-number {
font-size: 3.5em;
}
.cw-date-countdown-label-sg,
.cw-date-countdown-label-pl {
font-size: 1em;
}
.cw-date-date-number {
font-size: 3em;
}
}
}
}
/* * * * * * * * * * * * * /* * * * * * * * * * * * *
d a t e b l o c k e n d d a t e b l o c k e n d
* * * * * * * * * * * * */ * * * * * * * * * * * * */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment