From e214aae719c10953c4c3a7949c9bd02d6983b045 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 14 Mar 2016 22:35:57 +0500 Subject: PLT-963 - Improving scss structure --- web/sass-files/sass/partials/_error-bar.scss | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 web/sass-files/sass/partials/_error-bar.scss (limited to 'web/sass-files/sass/partials/_error-bar.scss') diff --git a/web/sass-files/sass/partials/_error-bar.scss b/web/sass-files/sass/partials/_error-bar.scss deleted file mode 100644 index 0bfcbe0be..000000000 --- a/web/sass-files/sass/partials/_error-bar.scss +++ /dev/null @@ -1,28 +0,0 @@ -@charset "UTF-8"; - -.error-bar { - background-color: #0099FF; - text-align:center; - position: relative; - color: #fff; - position: absolute; - top: 0; - width: 100%; - z-index: 9999; - padding: 5px 30px; - &__close { - position: absolute; - right: 0; - top: 0; - color: #FFF; - font-size: 20px; - font-weight: 600; - text-decoration: none; - padding: 0 10px; - font-family: 'Open Sans', sans-serif; - &:hover { - color: #FFF; - text-decoration: none; - } - } -} -- cgit v1.2.3-1-g7c22