Sha256: 33773fa6a788a963bf1635fa1425ab4b4f97d756bffb7a4f15717dd97468d663

Contents?: true

Size: 1.14 KB

Versions: 3

Compression:

Stored size: 1.14 KB

Contents

.ui.side {
  display: flex;
  flex-wrap: nowrap;
}

.ui.side > .sidebar {
  width: 260px;
  transition: width 1s ease;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.ui.side > .content {
  width: 100%;
  transition: width 1s ease;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.ui.invisible.side > .sidebar {
  width: 80px;
  transition: width 1s ease;
}

.ui.invisible.side > .sidebar .item > span,
.ui.invisible.side > .sidebar .item .title > span {
  display: none;
}

.ui.invisible.side > .content {
  transition: width 1s ease;
}

.slide.down.in {
  transition: width 1s ease;
}

.red.text {
  color: @red !important;
}

.orange.text {
  color: @orange !important;
}

.olive.text {
  color: @olive !important;
}

.yellow.text {
  color: @yellow !important;
}

.green.text {
  color: @green !important;
}

.teal.text {
  color: @teal !important;
}

.blue.text {
  color: @blue !important;
}

.violet.text {
  color: @violet !important;
}

.purple.text {
  color: @purple !important;
}

.pink.text {
  color: @pink !important;
}

.brown.text {
  color: @brown !important;
}

.grey.text {
  color: @grey !important;
}

.white.text {
  color: #fff !important;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails_auth-1.0.6 test/dummy/node_modules/yougexiangfa_ui/assets/site/globals/site.overrides
rails_auth-1.0.5 test/dummy/node_modules/yougexiangfa_ui/assets/site/globals/site.overrides
rails_auth-1.0.4 test/dummy/node_modules/yougexiangfa_ui/assets/site/globals/site.overrides