Skip to content

Commit

Permalink
Merge branch 'design' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ginestra committed Apr 22, 2022
2 parents 4116fcf + 565472f commit 9ec9eed
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
10 changes: 10 additions & 0 deletions radical_translations/static/css/project.css
Original file line number Diff line number Diff line change
Expand Up @@ -9431,6 +9431,16 @@ Initial code from this Stackoverflow answer https://stackoverflow.com/a/49373879
border-color: #00548b;
color: white; }

.timeline-filters .active {
padding-right: 10px; }
.timeline-filters .active::after {
content: "x";
font-family: 'Arial', sans-serif;
font-size: 10px;
font-weight: 400;
margin-left: 3px;
vertical-align: middle; }

/* Adjusting map display: rendering map at height: 70vh */
.map-results {
width: 100%;
Expand Down
2 changes: 1 addition & 1 deletion radical_translations/static/css/project.min.css

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions radical_translations/static/sass/project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1424,6 +1424,21 @@ Initial code from this Stackoverflow answer https://stackoverflow.com/a/49373879
}
}

.timeline-filters {
.active {
padding-right: 10px;

&::after {
content: "x";
font-family: 'Arial', sans-serif;
font-size: 10px;
font-weight: 400;
margin-left: 3px;
vertical-align: middle;
}
}
}

/* Adjusting map display: rendering map at height: 70vh */

.map-results {
Expand Down

0 comments on commit 9ec9eed

Please sign in to comment.