Skip to content

Commit

Permalink
final (S)CSS tweaks of the day; should have managed to fully fix depr…
Browse files Browse the repository at this point in the history
…ecated or deprecating sass warnings by now!
  • Loading branch information
lukasz-a-krol committed Oct 14, 2024
1 parent 94c6d62 commit 7c3d4d8
Show file tree
Hide file tree
Showing 16 changed files with 8 additions and 33 deletions.
1 change: 1 addition & 0 deletions assets/scss/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

.footer-inner {
padding-top: 1rem;
margin-top: 1.1rem;
}
a {
color: #fff;
Expand Down
6 changes: 3 additions & 3 deletions assets/scss/pages/_organization-single.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
position: absolute;
left: 0;
top: 0.3rem;
@include media-breakpoint-up(md) {
top: 0.6rem;
}
background-size: 100% 100%;
display: block;
width: 2rem;
height: 2rem;
content: "";
@include media-breakpoint-up(md) {
top: 0.6rem;
}
}
}
#overview {
Expand Down
4 changes: 2 additions & 2 deletions assets/scss/pages/_personas-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
.persona-item {
padding: 1rem;
list-style-type: none;
text-align: center;
.hidden {
visibility: hidden;
position: absolute;
left: -9999px;
overflow: hidden;
}
}
text-align: center;
}
#personas-list {
.search {
min-width: 400px;
Expand Down
2 changes: 0 additions & 2 deletions static/css/bootstrap/bootstrap-grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -1477,5 +1477,3 @@ html {
align-self: stretch !important;
}
}

/*# sourceMappingURL=bootstrap-grid.css.map */
2 changes: 0 additions & 2 deletions static/css/bootstrap/bootstrap-reboot.css
Original file line number Diff line number Diff line change
Expand Up @@ -322,5 +322,3 @@ template {
[hidden] {
display: none !important;
}

/*# sourceMappingURL=bootstrap-reboot.css.map */
2 changes: 0 additions & 2 deletions static/css/bootstrap/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -7634,5 +7634,3 @@ a.text-dark:hover, a.text-dark:focus {
border: 1px solid #ddd !important;
}
}

/*# sourceMappingURL=bootstrap.css.map */
2 changes: 0 additions & 2 deletions static/css/fontawesome/brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@
.fab {
font-family: "Font Awesome 5 Brands";
}

/*# sourceMappingURL=brands.css.map */
2 changes: 0 additions & 2 deletions static/css/fontawesome/fontawesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -5686,5 +5686,3 @@ readers do not read off random characters that represent icons */
position: static;
width: auto;
}

/*# sourceMappingURL=fontawesome.css.map */
2 changes: 0 additions & 2 deletions static/css/fontawesome/regular.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@
font-family: "Font Awesome 5 Free";
font-weight: 400;
}

/*# sourceMappingURL=regular.css.map */
2 changes: 0 additions & 2 deletions static/css/fontawesome/solid.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@
font-family: "Font Awesome 5 Free";
font-weight: 900;
}

/*# sourceMappingURL=solid.css.map */
2 changes: 0 additions & 2 deletions static/css/fontawesome/v4-shims.css
Original file line number Diff line number Diff line change
Expand Up @@ -2775,5 +2775,3 @@
font-family: "Font Awesome 5 Brands";
font-weight: 400;
}

/*# sourceMappingURL=v4-shims.css.map */
2 changes: 0 additions & 2 deletions static/css/libraries/hamburgers/hamburgers.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,3 @@
.hamburger--slider.is-active .hamburger-inner::after {
transform: translate3d(0, -24px, 0) rotate(-90deg);
}

/*# sourceMappingURL=hamburgers.css.map */
2 changes: 0 additions & 2 deletions static/css/slick/slick-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,3 @@
color: #F15D22;
opacity: 0.75;
}

/*# sourceMappingURL=slick-theme.css.map */
2 changes: 0 additions & 2 deletions static/css/slick/slick.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,3 @@
.slick-arrow.slick-hidden {
display: none;
}

/*# sourceMappingURL=slick.css.map */
7 changes: 2 additions & 5 deletions static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7365,6 +7365,7 @@ ol {
}
.footer .footer-inner {
padding-top: 1rem;
margin-top: 1.1rem;
}
.footer a {
color: #fff;
Expand Down Expand Up @@ -22593,9 +22594,6 @@ readers do not read off random characters that represent icons */
}
}

.page-personas-list {
text-align: center;
}
.page-personas-list .intro {
color: #fff;
background-color: #F15D22;
Expand All @@ -22622,6 +22620,7 @@ readers do not read off random characters that represent icons */
.page-personas-list .persona-item {
padding: 1rem;
list-style-type: none;
text-align: center;
}
.page-personas-list .persona-item .hidden {
visibility: hidden;
Expand Down Expand Up @@ -22962,5 +22961,3 @@ body {
font-family: "montserrat-regular", Arial, sans-serif, -apple-system;
color: #002D62;
}

/*# sourceMappingURL=style.css.map */
1 change: 0 additions & 1 deletion static/css/style.css.map

This file was deleted.

0 comments on commit 7c3d4d8

Please sign in to comment.