diff options
author | Christopher Speller <crspeller@gmail.com> | 2016-03-15 14:05:05 -0400 |
---|---|---|
committer | Christopher Speller <crspeller@gmail.com> | 2016-03-15 14:05:05 -0400 |
commit | 3745204097b2f03cd5f3fc1292ea62fb4f931232 (patch) | |
tree | 3380ee0fd2341dac1814aed8cf851bfe274a21a7 /web/sass-files/sass/partials/_navbar.scss | |
parent | bf7ae0711743926cfbb031675cc3320d7a942465 (diff) | |
parent | 7d79a916dd58d51989d35721060cfca6dce1baca (diff) | |
download | chat-3745204097b2f03cd5f3fc1292ea62fb4f931232.tar.gz chat-3745204097b2f03cd5f3fc1292ea62fb4f931232.tar.bz2 chat-3745204097b2f03cd5f3fc1292ea62fb4f931232.zip |
Merge pull request #2429 from asaadmahmoodspin/ui-improvements
PLT-963 - Improving scss structure
Diffstat (limited to 'web/sass-files/sass/partials/_navbar.scss')
-rw-r--r-- | web/sass-files/sass/partials/_navbar.scss | 112 |
1 files changed, 0 insertions, 112 deletions
diff --git a/web/sass-files/sass/partials/_navbar.scss b/web/sass-files/sass/partials/_navbar.scss deleted file mode 100644 index 28ab61ec1..000000000 --- a/web/sass-files/sass/partials/_navbar.scss +++ /dev/null @@ -1,112 +0,0 @@ -@charset "UTF-8"; - -#navbar{ - input { - margin: 0px 5px 0px 2px; - } - .navbar-default { - position: absolute; - border: none; - min-height: 45px; - background: $primary-color; - .navbar-nav { - > li { - > a { - height: 45px; - padding: 0 1.3em; - i { - line-height: 45px; - } - } - } - } - .navbar-toggle { - width: 43px; - float: left; - border-color: transparent; - border-radius: 0; - margin: 0; - padding: 0 10px; - line-height: 48px; - height: 44px; - z-index: 5; - fill: #fff; - .icon-bar { - background: #fff; - width: 21px; - } - .glyphicon-search { - top: -1px; - } - .icon--white { - color: #fff; - } - &:hover, &:active, &:focus { - background: inherit; - } - } - .navbar-brand { - padding: 0 0.5em; - height: 45px; - line-height: 45px; - float: none; - font-size: 16px; - .heading { - margin-right: 3px; - font-weight: 600; - color: #fff; - } - .header-dropdown__icon { - top: 1px; - } - .dropdown-toggle { - color: #fff; - } - .description { - display: inline-block; - margin-right: 0.5em; - color: #fff; - &.info-popover { - width: 19px; - height: 19px; - background: url("../images/info__icon.png"); - @include background-size(100% 100%); - vertical-align: middle; - top: -1px; - position: relative; - cursor: pointer; - } - } - } - } - .sidebar-channel { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - span { - white-space: nowrap; - margin-left: 2px; - } - } - .channel-create-btn { - margin-right: 15px; - } - .more-channel-table { - width: 100%; - border: 1px solid #dbdbdc; - td { - padding: 7px; - } - button { - width: 110px; - } - } -} - -.badge-notify { - background: red; - position: absolute; - left: 4px; - top: 3px; - z-index: 100; -} |