aboutsummaryrefslogtreecommitdiffstats
path: root/app/core/header/layouts/horizontal-navigation/header.less
diff options
context:
space:
mode:
Diffstat (limited to 'app/core/header/layouts/horizontal-navigation/header.less')
-rw-r--r--app/core/header/layouts/horizontal-navigation/header.less53
1 files changed, 53 insertions, 0 deletions
diff --git a/app/core/header/layouts/horizontal-navigation/header.less b/app/core/header/layouts/horizontal-navigation/header.less
new file mode 100644
index 0000000..f5a7e96
--- /dev/null
+++ b/app/core/header/layouts/horizontal-navigation/header.less
@@ -0,0 +1,53 @@
+#header {
+
+ background-color: #1370A3;
+ height: 80px;
+
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+
+ .header-logo {
+ .p_24;
+ .logo-white;
+ width: 300px;
+ margin: 0 30px;
+ vertical-align: middle;
+ line-height: 56px;
+ text-indent: 55px;
+ }
+
+ ul.header-top-menu {
+ display: flex;
+ flex-direction: row;
+ justify-content: center;
+ margin: 0;
+
+ li {
+ list-style: none;
+ margin: 0 20px;
+
+ a {
+ .p_18_m;
+ text-decoration: none;
+ }
+ }
+ }
+
+ .header-right {
+ margin: 0 30px;
+ display: flex;
+ flex-direction: row;
+ justify-content: flex-end;
+
+ .header-chat {
+
+ }
+
+ .header-avatar {
+
+ }
+ }
+
+}
+