Skip to content
  • This project
    • Loading...
  • Sign in

蔡永松 / fontweb-dc

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • fontweb-dc
  • ..
  • sass
  • offline-theme-default-indicator.sass
  • caiyongsong's avatar
    提交 · 479ac152
    479ac152
    caiyongsong committed 4 years ago
offline-theme-default-indicator.sass 424 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
@import compass/css3

@import offline-theme-base-indicator

$red: #ec8787
$green: #d6e9c6

$darkRed: #551313
$darkGreen: #468847

.offline-ui
    +border-radius(4px)
    font-family: "Helvetica Neue", sans-serif
    padding: 1em
    max-width: 100%
    bottom: 1em
    left: 1em

    &.offline-ui-up
        background: $green
        color: $darkGreen

    &.offline-ui-down
        background: $red
        color: $darkRed