diff options
author | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-03-15 14:51:02 +0100 |
---|---|---|
committer | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-03-15 18:40:29 +0100 |
commit | 9d22f3de39270a33291a95d4cf70dc016ccf7ad7 (patch) | |
tree | de07781fb283339e0f09ae74ba278d2977663b7a /web-ui/app | |
parent | 195322b6489bc497deb1fa266414218cc0423c26 (diff) |
Issue #620: Remove unused layout styles
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/scss/layout/_message-panel.scss | 9 | ||||
-rw-r--r-- | web-ui/app/scss/style.scss | 3 |
2 files changed, 0 insertions, 12 deletions
diff --git a/web-ui/app/scss/layout/_message-panel.scss b/web-ui/app/scss/layout/_message-panel.scss deleted file mode 100644 index e311a9bf..00000000 --- a/web-ui/app/scss/layout/_message-panel.scss +++ /dev/null @@ -1,9 +0,0 @@ -message-panel-container { - overflow: hidden; - position: fixed; - top: 0; - width: 100% ; - position: relative; - margin-bottom: 0; -} - diff --git a/web-ui/app/scss/style.scss b/web-ui/app/scss/style.scss index 2ed81556..68b12898 100644 --- a/web-ui/app/scss/style.scss +++ b/web-ui/app/scss/style.scss @@ -16,9 +16,6 @@ // templates @import "templates/no-content-placeholder"; -// layout -@import "layout/message-panel"; - // views @import "views/message-panel"; @import "views/close-button"; |