summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_sidebar-menu.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_sidebar-menu.scss')
-rw-r--r--webapp/sass/layout/_sidebar-menu.scss95
1 files changed, 0 insertions, 95 deletions
diff --git a/webapp/sass/layout/_sidebar-menu.scss b/webapp/sass/layout/_sidebar-menu.scss
deleted file mode 100644
index b4d4f15fd..000000000
--- a/webapp/sass/layout/_sidebar-menu.scss
+++ /dev/null
@@ -1,95 +0,0 @@
-@charset 'UTF-8';
-
-.sidebar--menu {
- -webkit-overflow-scrolling: touch;
- background: #fafafa;
- border-right: $border-gray;
- display: none;
- height: 100%;
- overflow: auto;
- padding: 0 0 2em;
- position: absolute;
- right: 0;
- width: 220px;
-
- .nav-pills__container {
- padding-top: 5px;
- }
-
- .team__header {
- @include legacy-pie-clearfix;
- display: none;
- padding: 0 15px;
-
- a {
- color: $white;
- }
-
- .navbar-right {
- font-size: .85em;
- margin: 16px -5px 0;
-
- .dropdown-toggle {
- padding: 0 10px;
- }
-
- .dropdown-menu {
- li a {
- color: #555;
- padding: 3 20px;
- }
- }
-
- .dropdown__icon {
- @include background-size(100% 100%);
- display: inline-block;
- height: 16px;
- width: 4px;
- }
- }
-
- .team__name {
- float: left;
- font-size: 1.2em;
- font-weight: 600;
- line-height: 50px;
- max-width: 80%;
- overflow: hidden;
- text-decoration: none;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- }
-
- .nav {
- > li {
- > a {
- background: none !important;
- color: inherit;
- font-size: 15px;
- line-height: 40px;
- padding: 0 15px;
-
- svg {
- fill-opacity: 0.85;
- position: relative;
- top: 4px;
- width: 18px;
- }
-
- .icon {
- display: inline-block;
- left: -5px;
- position: relative;
- text-align: center;
- width: 25px;
- }
-
- .mentions {
- font-size: 17px;
- font-weight: bold;
- }
- }
- }
- }
-}