Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 207 | espaco | 1 | @import './_topbar_common'; |
| 2 | |||
| 3 | .layout-topbar{ |
||
| 4 | background-color: $topbarBgColor; |
||
| 5 | box-shadow: 0 24px 64px -2px rgba(0, 0, 0, 0.02), 0 6px 16px -2px rgba(0, 0, 0, 0.06), 0 2px 6px -2px rgba(0, 0, 0, 0.08); |
||
| 6 | |||
| 7 | .layout-topbar-wrapper { |
||
| 8 | .layout-topbar-right { |
||
| 9 | .menu-button { |
||
| 10 | color: $topbarItemTextColor; |
||
| 11 | background-color: $topbarItemBgColor; |
||
| 12 | &:hover{ |
||
| 13 | background-color: $topbarItemTextHoverBgColor; |
||
| 14 | @include transition(background-color $transitionDuration); |
||
| 15 | } |
||
| 16 | } |
||
| 17 | |||
| 18 | .layout-topbar-actions { |
||
| 19 | > li { |
||
| 20 | > a { |
||
| 21 | > .topbar-icon { |
||
| 22 | color: $topbarItemTextColor; |
||
| 23 | } |
||
| 24 | &:hover{ |
||
| 25 | background-color: $topbarItemTextHoverBgColor; |
||
| 26 | @include transition(background-color $transitionDuration); |
||
| 27 | } |
||
| 28 | } |
||
| 29 | |||
| 30 | &.search-item { |
||
| 31 | form { |
||
| 32 | > .search-input-wrapper { |
||
| 33 | input { |
||
| 34 | background-color: $topbarItemBgColor; |
||
| 35 | |||
| 36 | &::placeholder { |
||
| 37 | color: rgba($topbarItemTextColor, 0.7); |
||
| 38 | } |
||
| 39 | |||
| 40 | color: $topbarItemTextColor; |
||
| 41 | } |
||
| 42 | |||
| 43 | i { |
||
| 44 | color: $topbarItemTextColor; |
||
| 45 | } |
||
| 46 | } |
||
| 47 | |||
| 48 | } |
||
| 49 | } |
||
| 50 | |||
| 51 | &.user-profile { |
||
| 52 | > a { |
||
| 53 | color: $topbarItemTextColor; |
||
| 54 | |||
| 55 | > span { |
||
| 56 | color: $topbarItemSecondaryTextColor; |
||
| 57 | } |
||
| 58 | |||
| 59 | &:hover{ |
||
| 60 | background-color: transparent; |
||
| 61 | } |
||
| 62 | } |
||
| 63 | > ul { |
||
| 64 | hr { |
||
| 65 | border-color: $topbarBorderColor; |
||
| 66 | } |
||
| 67 | .layout-submenu-header { |
||
| 68 | background-image: linear-gradient(180deg,#2873D3 10%,#2c84d8 100%); |
||
| 69 | background-image: linear-gradient(180deg,var(--primary-dark-color,#2873D3) 10%,var(--primary-color,#2c84d8) 100%); |
||
| 70 | |||
| 71 | h6 { |
||
| 72 | color: #ffffff; |
||
| 73 | color: var(--primary-color-text,#ffffff); |
||
| 74 | } |
||
| 75 | span { |
||
| 76 | color: #ffffff; |
||
| 77 | color: var(--primary-color-text,#ffffff); |
||
| 78 | } |
||
| 79 | } |
||
| 80 | > li { |
||
| 81 | a { |
||
| 82 | i { |
||
| 83 | color: $topbarItemSubmenuTextColor; |
||
| 84 | } |
||
| 85 | } |
||
| 86 | } |
||
| 87 | } |
||
| 88 | } |
||
| 89 | |||
| 90 | > ul { |
||
| 91 | box-shadow: $topbarItemSubmenuBoxShadow; |
||
| 92 | background-color: $topbarItemSubmenuBgColor; |
||
| 93 | |||
| 94 | .layout-submenu-header { |
||
| 95 | background-color: $topbarSubmenuHeaderBgColor; |
||
| 96 | |||
| 97 | h6 { |
||
| 98 | color: $topbarItemTextColor; |
||
| 99 | } |
||
| 100 | |||
| 101 | &:hover{ |
||
| 102 | background-color: $topbarSubmenuHeaderBgColor; |
||
| 103 | } |
||
| 104 | } |
||
| 105 | |||
| 106 | > li { |
||
| 107 | > a { |
||
| 108 | h6 { |
||
| 109 | color: $topbarItemSubmenuTextColor; |
||
| 110 | } |
||
| 111 | > div { |
||
| 112 | > span { |
||
| 113 | color: $topbarItemSubmenuSecondaryTextColor; |
||
| 114 | } |
||
| 115 | } |
||
| 116 | |||
| 117 | } |
||
| 118 | .menu-text { |
||
| 119 | p { |
||
| 120 | color: $topbarItemSubmenuTextColor; |
||
| 121 | } |
||
| 122 | span { |
||
| 123 | color: $topbarItemSubmenuSecondaryTextColor; |
||
| 124 | } |
||
| 125 | } |
||
| 126 | |||
| 127 | &:hover{ |
||
| 128 | background-color: $topbarItemTextHoverBgColor; |
||
| 129 | @include transition(background-color $transitionDuration); |
||
| 130 | } |
||
| 131 | |||
| 132 | } |
||
| 133 | } |
||
| 134 | } |
||
| 135 | } |
||
| 136 | |||
| 137 | .layout-rightpanel-button { |
||
| 138 | color: $topbarItemTextColor; |
||
| 139 | background-color: $topbarItemBgColor; |
||
| 140 | &:hover{ |
||
| 141 | background-color: $topbarItemTextHoverBgColor; |
||
| 142 | @include transition(background-color $transitionDuration); |
||
| 143 | } |
||
| 144 | } |
||
| 145 | } |
||
| 146 | } |
||
| 147 | } |
||
| 148 | |||
| 149 | @media (max-width: 992px) { |
||
| 150 | .layout-topbar { |
||
| 151 | box-shadow: none; |
||
| 152 | .layout-topbar-wrapper { |
||
| 153 | .layout-topbar-left { |
||
| 154 | border-bottom: 1px solid $topbarBorderColor; |
||
| 155 | } |
||
| 156 | .layout-topbar-right { |
||
| 157 | border-bottom: 1px solid $topbarBorderColor; |
||
| 158 | } |
||
| 159 | } |
||
| 160 | } |
||
| 161 | } |
||
| 162 |