Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/4ever9/less.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/_heaader.scss')
-rw-r--r--assets/scss/_heaader.scss32
1 files changed, 32 insertions, 0 deletions
diff --git a/assets/scss/_heaader.scss b/assets/scss/_heaader.scss
new file mode 100644
index 0000000..113fdd4
--- /dev/null
+++ b/assets/scss/_heaader.scss
@@ -0,0 +1,32 @@
+.logo {
+ height: 30px;
+ width: auto;
+
+ img {
+ display: block;
+ height: 100%;
+ }
+}
+
+.nav {
+ padding: 10px 0;
+ @include flex-y-center;
+ justify-content: space-between;
+
+ .icon-moon {
+ color: #999;
+ }
+}
+
+.nav-menu {
+ @include flex-y-center;
+
+ a {
+ padding: 10px 14px;
+ color: #4C4E4D;
+
+ &:hover {
+ color: var(--theme-color);
+ }
+ }
+} \ No newline at end of file