source: resources/assets/sass/components/colorpicker.scss@ 582789f

develop
Last change on this file since 582789f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago

added user authentication, create & forgot password methods and blades

  • Property mode set to 100644
File size: 458 bytes
Line 
1.colorpicker {
2 &.dropdown-menu {
3 visibility: visible;
4 opacity: 1;
5 height: auto;
6 }
7}
8
9.colorpicker-2x .colorpicker-saturation {
10 width: 200px;
11 height: 200px;
12}
13
14.colorpicker-2x .colorpicker-hue,
15.colorpicker-2x .colorpicker-alpha {
16 width: 30px;
17 height: 200px;
18}
19
20.colorpicker-2x .colorpicker-color,
21.colorpicker-2x .colorpicker-color div {
22 height: 30px;
23}
24
25.colorpicker.colorpicker-hidden {
26 display: none !important;
27}
Note: See TracBrowser for help on using the repository browser.