simple page with news from all around the globe
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- @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;
- }
|