summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_sidebar--menu.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-03-14 22:35:57 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-03-14 22:39:44 +0500
commite214aae719c10953c4c3a7949c9bd02d6983b045 (patch)
treede67fab11c5866493374d602930b4b5fbc98d05a /web/sass-files/sass/partials/_sidebar--menu.scss
parentbf7ae0711743926cfbb031675cc3320d7a942465 (diff)
downloadchat-e214aae719c10953c4c3a7949c9bd02d6983b045.tar.gz
chat-e214aae719c10953c4c3a7949c9bd02d6983b045.tar.bz2
chat-e214aae719c10953c4c3a7949c9bd02d6983b045.zip
PLT-963 - Improving scss structure
Diffstat (limited to 'web/sass-files/sass/partials/_sidebar--menu.scss')
-rw-r--r--web/sass-files/sass/partials/_sidebar--menu.scss71
1 files changed, 0 insertions, 71 deletions
diff --git a/web/sass-files/sass/partials/_sidebar--menu.scss b/web/sass-files/sass/partials/_sidebar--menu.scss
deleted file mode 100644
index 443b7dbb0..000000000
--- a/web/sass-files/sass/partials/_sidebar--menu.scss
+++ /dev/null
@@ -1,71 +0,0 @@
-@charset "UTF-8";
-
-.sidebar--menu {
- position: absolute;
- width: 220px;
- right: 0;
- height: 100%;
- border-right: $border-gray;
- padding: 0 0 2em 0;
- background: #fafafa;
- display: none;
- .nav-pills__container {
- padding-top: 5px;
- }
- .team__header {
- display: none;
- padding: 0 15px;
- @include legacy-pie-clearfix;
- a {
- color: #fff;
- }
- .navbar-right {
- font-size: 0.85em;
- margin: 16px -5px 0;
- .dropdown-toggle {
- padding: 0 10px;
- }
- .dropdown-menu {
- li a {
- padding: 3 20px;
- color: #555;
- }
- }
- .dropdown__icon {
- background: url("../images/dropdown-icon.png");
- width: 4px;
- height: 16px;
- @include background-size(100% 100%);
- display: inline-block;
- }
- }
- .team__name {
- float: left;
- line-height: 50px;
- font-weight: 600;
- font-size: 1.2em;
- max-width: 80%;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- text-decoration: none;
- }
- }
- .nav {
- > li {
- > a {
- font-size: 15px;
- background: none !important;
- color: inherit;
- line-height: 40px;
- padding: 0 15px;
- .fa ,.glyphicon {
- width: 25px;
- text-align: center;
- left: -5px;
- position: relative;
- }
- }
- }
- }
-}