summaryrefslogtreecommitdiffstats
path: root/webapp/sass
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-07-05 20:29:58 +0500
committerSaturnino Abril <saturnino.abril@gmail.com>2017-07-05 23:29:58 +0800
commit857d280007b39b7dbfe0057152083a332abd73d3 (patch)
tree7ed66d1c581702d23c9026fd48730ec3bd841e5c /webapp/sass
parent65289f26e7bffd576d2567736774cc5334a79788 (diff)
downloadchat-857d280007b39b7dbfe0057152083a332abd73d3.tar.gz
chat-857d280007b39b7dbfe0057152083a332abd73d3.tar.bz2
chat-857d280007b39b7dbfe0057152083a332abd73d3.zip
Minor UI Updates (#6842)
* PLT-6964 - Updating new theme * PLT-6827 - Fixing error bar link color issue
Diffstat (limited to 'webapp/sass')
-rw-r--r--webapp/sass/components/_error-bar.scss52
1 files changed, 0 insertions, 52 deletions
diff --git a/webapp/sass/components/_error-bar.scss b/webapp/sass/components/_error-bar.scss
index 06a35df40..b08b6d95b 100644
--- a/webapp/sass/components/_error-bar.scss
+++ b/webapp/sass/components/_error-bar.scss
@@ -48,60 +48,8 @@
.error-bar-critical {
background-color: #B0171F;
- color: white;
- padding: 5px 30px;
- position: absolute;
- text-align: center;
- top: 0;
- width: 100%;
- z-index: 9999;
-
- a {
- &.error-bar__close {
- color: $white;
- font-family: 'Open Sans', sans-serif;
- font-size: 20px;
- font-weight: 600;
- padding: 0 10px;
- position: absolute;
- right: 0;
- text-decoration: none;
- top: 0;
-
- &:hover {
- color: $white;
- text-decoration: none;
- }
- }
- }
}
.error-bar-developer {
background-color: purple;
- color: white;
- padding: 5px 30px;
- position: absolute;
- text-align: center;
- top: 0;
- width: 100%;
- z-index: 9999;
-
- a {
- &.error-bar__close {
- color: $white;
- font-family: 'Open Sans', sans-serif;
- font-size: 20px;
- font-weight: 600;
- padding: 0 10px;
- position: absolute;
- right: 0;
- text-decoration: none;
- top: 0;
-
- &:hover {
- color: $white;
- text-decoration: none;
- }
- }
- }
}