simple page with news from all around the globe
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

32 行
426B

  1. @import "../../../variables.scss";
  2. .filter-bar {
  3. height: 5em;
  4. margin: 2em;
  5. display: flex;
  6. flex-flow: row;
  7. justify-content: space-evenly;
  8. align-items: center;
  9. border: 1px solid $border-color;
  10. }
  11. .filter {
  12. height: 2em;
  13. }
  14. .title {
  15. background: transparent;
  16. font-size: $header-font-size;
  17. }
  18. .flag {
  19. height: 1em;
  20. padding-left: 0.5em;
  21. align-self: center;
  22. }
  23. .not-found {
  24. width: 160em;
  25. height: 10em;
  26. }