aboutsummaryrefslogtreecommitdiffstats
path: root/3rd_party/static/testapi-ui/assets/css/header.css
diff options
context:
space:
mode:
authorStamatis Katsaounis <mokats@intracom-telecom.com>2018-11-23 11:15:45 +0200
committerStamatis Katsaounis <mokats@intracom-telecom.com>2018-11-23 09:59:45 +0000
commitf62c0dd0a33b444505ad0c1bdaddc5e0a86a11a6 (patch)
tree807e09128156540ea674e5da8f8f2c0178fcb294 /3rd_party/static/testapi-ui/assets/css/header.css
parentfc3d96993d39fb852bc78005e5d4e18502e3e99e (diff)
Clean CSS code
JIRA: DOVETAIL-753 This patch cleans the CSS code, which was in a bad state and not maintainable. Change-Id: I6b18bcc8f45d1df091c2e17f0b0a99f0be49d6d6 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to '3rd_party/static/testapi-ui/assets/css/header.css')
-rw-r--r--3rd_party/static/testapi-ui/assets/css/header.css32
1 files changed, 16 insertions, 16 deletions
diff --git a/3rd_party/static/testapi-ui/assets/css/header.css b/3rd_party/static/testapi-ui/assets/css/header.css
index 1df040c..183ebf9 100644
--- a/3rd_party/static/testapi-ui/assets/css/header.css
+++ b/3rd_party/static/testapi-ui/assets/css/header.css
@@ -1,36 +1,36 @@
.header-container-1 {
- height: 80px;
- background-color: #383A35;
+ height: 80px;
+ background-color: #383A35;
}
.header-container-row {
- margin-left: 0px;
- margin-right: 0px;
+ margin-left: 0px;
+ margin-right: 0px;
}
.header-container-2 {
- height: 30px;
- background-color: #383A35;
+ height: 30px;
+ background-color: #383A35;
}
.header-logo {
- height: 80px;
- padding-left: 15px;
- padding-top: 20px;
+ height: 80px;
+ padding-left: 15px;
+ padding-top: 20px;
}
.header-title {
- font-size: 35px;
- color: #fff;
- padding-top: 30px;
+ font-size: 35px;
+ color: #fff;
+ padding-top: 30px;
}
.header-login {
- margin-top: -20px;
- margin-right: 10px;
+ margin-top: -20px;
+ margin-right: 10px;
}
.header-splitline {
- height: 5px;
- background-color: #27CFC3;
+ height: 5px;
+ background-color: #27CFC3;
}