Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Linnea Samila / Moya

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Wiki
  • 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
  • Linnea Samila's avatar
    fixin and breaking · d143afce
    Linnea Samila committed Apr 02, 2018
    d143afce Browse Files
moya-locale.component.scss 313 Bytes
BlameHistoryPermalink
Edit
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
:host {
  position: relative;
  right: 0;
  text-align: right;
}

.disabled-flag {
  opacity: 0;
  cursor: move;
  border: 0;
  display: hidden;
}

// http://flexboxfroggy.com/
.flag-bond {
  display: flex;

  img {
    border: 1px solid black;
    margin-right: 3px;
    cursor: pointer;
    height: 20px;
  }
}