Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Codecrew / Moya

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 30
  • Merge Requests 2
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • moya
  • ..
  • moya-locale
  • moya-locale.component.scss
  • Tuukka Kivilahti's avatar
    login as one line longin · 5e34ac8b
    Tuukka Kivilahti committed Oct 13, 2018
    5e34ac8b Browse Files
moya-locale.component.scss 241 Bytes
BlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.disabledFlag,
.flag {
  border: 1px solid black;
  margin-right: 3px;
  cursor: pointer;
}

.disabledFlag {
  opacity: 0.0;
  cursor: auto;
  border: none;
}

.locales {
  display: flex;
  height: 100%;

  a {
    align-self: center;
  }
}