Skip to content

Commit

Permalink
fix: content and design
Browse files Browse the repository at this point in the history
  • Loading branch information
zetareticoli authored Jul 4, 2023
1 parent 9d82f05 commit ade2b79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions src/assets/css/scuole.css
Original file line number Diff line number Diff line change
Expand Up @@ -15379,10 +15379,6 @@ button.icon-text {
background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'%3E%3Cg id='group-check'%3E%3Crect id='Rectangle-path' x='0' y='0.035' width='32' height='32' style='fill:none;'/%3E%3Cpath d='M30.001,6.819c1.727,0.238 2.625,2.423 1.501,3.804c-4.48,4.798 -9.281,9.288 -13.923,13.93c-0.879,0.822 -2.215,0.861 -3.14,0.108c-4.799,-4.481 -9.288,-9.281 -13.93,-13.923c-1.603,-1.715 0.882,-5.473 3.256,-3.256l12.186,12.187l12.302,-12.295c0.491,-0.398 0.749,-0.621 1.748,-0.555Z' style='fill-rule:nonzero; fill: %23ffffff;'/%3E%3C/g%3E%3C/svg%3E");
}

#main-header .header-utils a.dropdown-toggle p:after {
background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'%3E%3Cg id='group-check'%3E%3Crect id='Rectangle-path' x='0' y='0.035' width='32' height='32' style='fill:none;'/%3E%3Cpath d='M30.001,6.819c1.727,0.238 2.625,2.423 1.501,3.804c-4.48,4.798 -9.281,9.288 -13.923,13.93c-0.879,0.822 -2.215,0.861 -3.14,0.108c-4.799,-4.481 -9.288,-9.281 -13.93,-13.923c-1.603,-1.715 0.882,-5.473 3.256,-3.256l12.186,12.187l12.302,-12.295c0.491,-0.398 0.749,-0.621 1.748,-0.555Z' style='fill-rule:nonzero; fill: %23455b71'/%3E%3C/g%3E%3C/svg%3E");
}

.header-utils .icon-wrapper {
padding: 8px 2px 0 0;
}
Expand Down
6 changes: 3 additions & 3 deletions src/scuole-documenti.html
Original file line number Diff line number Diff line change
Expand Up @@ -429,12 +429,12 @@
<div id="pre-header" class="bg-petrol">
<div class="container">
<div class="row variable-gutters">
<div class="col-6">
<div class="col-8">
<a href="https://www.miur.gov.it/" target="_blank"
aria-label="Ministero dell'Istruzione e del Merito - Collegamento esterno - Apre su nuova scheda"><strong>Ministero
dell'Istruzione</strong></a>
</div><!-- /col-6 -->
<div class="col-6 header-utils-wrapper">
<div class="col-4 header-utils-wrapper">
<div class="header-utils">
<button type="button" class="icon-text" data-toggle="modal" data-target="#access-modal">
<span class="mr-2">Accedi</span>
Expand Down Expand Up @@ -1028,7 +1028,7 @@ <h3>Personale scolastico</h3>
<div class="col-md-5">
<div class="hero-title text-left">
<h1 class="p-0 mb-2">Le carte della scuola</h1>
<p class="h4 font-weight-normal">Documenti, modulistica e regolamenti</p>
<p class="h4 font-weight-normal">Tutti i documenti scolastici</p>
</div><!-- /hero-title -->
</div><!-- /col-md-5 -->
</div><!-- /row -->
Expand Down

0 comments on commit ade2b79

Please sign in to comment.