Date line styling
This commit is contained in:
parent
30922f0331
commit
a5f38fdcf6
|
@ -192,6 +192,15 @@ nav.menu--main {
|
||||||
@media screen and (min-width: 75rem) {
|
@media screen and (min-width: 75rem) {
|
||||||
#block-dcbschedule .schedule-location {
|
#block-dcbschedule .schedule-location {
|
||||||
font-size: 1.6rem; } }
|
font-size: 1.6rem; } }
|
||||||
|
#block-dcbschedule .schedule-date {
|
||||||
|
font-size: 1.6rem;
|
||||||
|
font-weight: 600; }
|
||||||
|
@media screen and (min-width: 56.25rem) {
|
||||||
|
#block-dcbschedule .schedule-date {
|
||||||
|
font-size: 1.2rem; } }
|
||||||
|
@media screen and (min-width: 75rem) {
|
||||||
|
#block-dcbschedule .schedule-date {
|
||||||
|
font-size: 1.6rem; } }
|
||||||
|
|
||||||
.form-item > label {
|
.form-item > label {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -23,9 +23,6 @@
|
||||||
padding: 3rem 1rem;
|
padding: 3rem 1rem;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
@include media-tablet {
|
|
||||||
}
|
|
||||||
|
|
||||||
@include media-large {
|
@include media-large {
|
||||||
padding: 6rem 1rem;
|
padding: 6rem 1rem;
|
||||||
}
|
}
|
||||||
|
@ -144,4 +141,17 @@
|
||||||
font-size: 1.6rem;
|
font-size: 1.6rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.schedule-date {
|
||||||
|
font-size: 1.6rem;
|
||||||
|
font-weight: 600;
|
||||||
|
|
||||||
|
@include media-large {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include media-wide {
|
||||||
|
font-size: 1.6rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
{{ title_suffix }}
|
{{ title_suffix }}
|
||||||
|
|
||||||
<img src="{{ base_path ~ directory }}/images/logo-with-dates.svg" alt="Drupalcamp Bristol 30th June - 2nd July" />
|
<img src="/{{ base_path ~ directory }}/images/logo-with-dates.svg" alt="Drupalcamp Bristol 30th June - 2nd July" />
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
Reference in a new issue