themes: remove useless .large class on #content (#50094)

This commit is contained in:
Thomas Jund 2021-01-28 16:22:46 +01:00
parent e775f2eee5
commit 53909fc744
9 changed files with 9 additions and 9 deletions

View File

@ -302,7 +302,7 @@ div.homepage-container {
}
}
div.large div#rub_service, div#rub_service {
div.gru-content div#rub_service, div#rub_service {
h2 {
text-transform: uppercase;
text-align: left;

View File

@ -208,7 +208,7 @@ div.form-validation {
}
}
div.large #rub_service form.quixote {
div.gru-content #rub_service form.quixote {
h3, h4 {
clear: both;
margin: 25px 0;

View File

@ -82,7 +82,7 @@ div#rub_service h2 {
@extend %title;
}
div.large div#rub_service h3,
div.gru-content div#rub_service h3,
div#rub_service h3 {
border: none;
text-align: left;

View File

@ -764,7 +764,7 @@ div#rub_service h2 {
padding-left: 0;
}
div.large div#rub_service h3,
div.gru-content div#rub_service h3,
div#rub_service h3 {
@extend %title;
padding-left: 0;

View File

@ -907,7 +907,7 @@ div#rub_service div.dataview {
font-size: 90%;
}
div.large div#rub_service h3,
div.gru-content div#rub_service h3,
div#rub_service h3 {
@extend %title;
padding-left: 0;

View File

@ -35,7 +35,7 @@ div#info h2,
div#accessibility h2,
div#contact h2,
div#gauche h3,
div.large div#rub_service h3,
div.gru-content div#rub_service h3,
div#centre h3 {
padding: 0;
border: none;

View File

@ -114,7 +114,7 @@ div#gauche { float: none; width: 100%;
div#accessibility h2,
div#contact h2,
div#gauche h3,
div.large div#rub_service h3,
div.gru-content div#rub_service h3,
div#centre h3 {
&.title_form { font-size: em(16, $font-size-base); }
}

View File

@ -121,7 +121,7 @@ form h4{
border-bottom: 2px solid $primary-color;
}
div.large div#rub_service h3,
div.gru-content div#rub_service h3,
div#rub_service h3 {
background-color: #1ba39c;
color: #fff;

View File

@ -128,7 +128,7 @@
{% endblock %}
{% block content-pre %}{% endblock %}
<div id="content" class="gru-content large">
<div id="content" class="gru-content">
{% block content-top %}{% endblock %}
{% block content %}
{% endblock %}