simple page with news from all around the globe
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @import "../../../variables.scss";
-
- .filter-bar {
- height: 5em;
- margin: 2em;
- display: flex;
- flex-flow: row;
- justify-content: space-evenly;
- align-items: center;
- border: 1px solid $border-color;
- }
-
- .filter {
- height: 2em;
- }
-
- .title {
- background: transparent;
- font-size: $header-font-size;
- }
-
- .flag {
- height: 1em;
- padding-left: 0.5em;
- align-self: center;
- }
-
- .not-found {
- width: 160em;
- height: 10em;
- }
|