diff options
| author | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-03-23 15:17:03 +0530 |
|---|---|---|
| committer | Kapil Viren Ahuja <k.v.ahuja@gmail.com> | 2017-03-23 15:17:03 +0530 |
| commit | 01ef61d8fc3e18fe159e98d36414ef0ba92ff2a7 (patch) | |
| tree | 3d14b60e737ecd6c3c516798cddf5ca52db24348 /templates/assets/sass/material-kit/_popups.scss | |
| parent | c9198259402c1d01ad8d943832c20069635963da (diff) | |
| download | minionlivesmatter-01ef61d8fc3e18fe159e98d36414ef0ba92ff2a7.tar.gz minionlivesmatter-01ef61d8fc3e18fe159e98d36414ef0ba92ff2a7.zip | |
adding the new theme
Diffstat (limited to 'templates/assets/sass/material-kit/_popups.scss')
| -rwxr-xr-x | templates/assets/sass/material-kit/_popups.scss | 72 |
1 files changed, 0 insertions, 72 deletions
diff --git a/templates/assets/sass/material-kit/_popups.scss b/templates/assets/sass/material-kit/_popups.scss deleted file mode 100755 index c41cf26..0000000 --- a/templates/assets/sass/material-kit/_popups.scss +++ /dev/null @@ -1,72 +0,0 @@ -// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten. - -.popover, .tooltip-inner { - color: $gray; - line-height: 1.5em; - background: $white-color; - border: none; - border-radius: $border-radius-base; - @include shadow-8dp(); -} - -.popover{ - padding: 0; - @include shadow-16dp(); - - &.left, - &.right, - &.top, - &.bottom{ - > .arrow{ - border: none; - } - } -} - -.popover-title{ - background-color: $white-color; - border: none; - padding: 15px 15px 5px; - font-size: $font-size-h4; -} - -.popover-content{ - padding: 10px 15px 15px; - line-height: 1.4; -} - -.tooltip.in{ - opacity: 1; - @include transform-translate-y(0px); -} -.tooltip{ - opacity: 0; - transition: opacity, transform .2s ease; - @include transform-translate-y(5px); - - &.left{ - .tooltip-arrow{ - border-left-color: $white-color; - } - } - &.right{ - .tooltip-arrow{ - border-right-color: $white-color; - } - } - &.top{ - .tooltip-arrow{ - border-top-color: $white-color; - } - } - &.bottom{ - .tooltip-arrow{ - border-bottom-color: $white-color; - } - } -} - -.tooltip-inner{ - padding: 10px 15px; - min-width: 130px; -} |
