Sha256: 45dac6be80ab976f90adccc03322ae25d773f21132c94af35e02bc6528d6d4b2

Contents?: true

Size: 737 Bytes

Versions: 10

Compression:

Stored size: 737 Bytes

Contents

//Override Variables in scaffolding.less

.save-button  {
  button {
    background-color: @cyan-500;
  }
}
.undo-button {
  button {
    background-color: @pink-300;
  }
}
.mui-is-current-selected {
  color: black;
  font-size: 1.5em;
}
.mui-right-nav {
  .mui-right-nav-menu {
    z-index: 300 !important;
  }
  .mui-overlay {
    z-index: 250
  }
}

// Disables ripples to allow dragging
.mui-floating-action-button {
  &:hover {
    cursor: pointer;
  }
  &:hover .mui-floating-action-button-inner .mui-floating-action-button-container,.mui-enhanced-button {
    //box-shadow: inset 0 0 0 1000px rgba(0,0,0,0.5);
    background-color: darken(@pink-300, 30);
  }
  .mui-floating-action-button-inner {
    pointer-events: none;
  }
}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
nutella_framework-0.6.17 framework_components/roomcast-main-app/src/less/my_overrides.less
nutella_framework-0.6.16 framework_components/roomcast-main-app/src/less/my_overrides.less
nutella_framework-0.6.15 framework_components/roomcast-main-app/src/less/my_overrides.less
nutella_framework-0.6.13 framework_components/roomcast-main-app/src/less/my_overrides.less
nutella_framework-0.6.12 framework_components/roomcast-main-app/src/less/my_overrides.less
nutella_framework-0.6.11 framework_components/roomcast-main-app/src/less/my_overrides.less
nutella_framework-0.6.10 framework_components/roomcast-main-app/src/less/my_overrides.less
nutella_framework-0.6.9 framework_components/roomcast-main-app/src/less/my_overrides.less
nutella_framework-0.6.8 framework_components/roomcast-main-app/src/less/my_overrides.less
nutella_framework-0.6.7 framework_components/roomcast-main-app/src/less/my_overrides.less