Ghost_Ruby_Theme/assets/css/site/header.css

56 lines
843 B
CSS
Raw Normal View History

2019-04-29 19:46:11 +03:00
.site-header {
2020-09-28 06:05:46 +03:00
background-color: var(--white-color);
box-shadow: var(--shadow-base);
padding: 0 30px;
z-index: 80;
2019-04-29 19:46:11 +03:00
}
2020-09-24 05:18:34 +03:00
2019-04-29 19:46:11 +03:00
.navbar {
2020-09-28 06:05:46 +03:00
align-items: center;
display: flex;
height: 70px;
justify-content: space-between;
2019-04-29 19:46:11 +03:00
}
2020-09-24 05:18:34 +03:00
2019-04-29 19:46:11 +03:00
.navbar-left,
.navbar-right {
2020-09-28 06:05:46 +03:00
flex: 2;
2019-04-29 19:46:11 +03:00
}
2020-09-24 05:18:34 +03:00
2019-04-29 19:46:11 +03:00
.navbar-right {
2020-09-28 06:05:46 +03:00
display: flex;
justify-content: flex-end;
2019-04-29 19:46:11 +03:00
}
2020-09-24 05:18:34 +03:00
2019-04-29 19:46:11 +03:00
.logo {
2020-09-28 06:05:46 +03:00
display: inline-block;
margin-right: 15px;
position: relative;
vertical-align: middle;
2019-04-29 19:46:11 +03:00
}
2020-09-24 05:18:34 +03:00
2019-04-29 19:46:11 +03:00
.logo-image {
2020-09-28 06:05:46 +03:00
max-height: 40px;
2019-04-29 19:46:11 +03:00
}
2020-09-24 05:18:34 +03:00
2019-04-29 19:46:11 +03:00
.logo-text {
2020-09-28 06:05:46 +03:00
font-family: var(--font-alt);
font-size: 25px;
font-weight: 700;
letter-spacing: 0.5px;
line-height: 1;
2019-04-29 19:46:11 +03:00
}
2020-09-24 05:18:34 +03:00
2019-04-29 19:46:11 +03:00
.nav-list {
2020-09-28 06:05:46 +03:00
display: flex;
2019-04-29 19:46:11 +03:00
}
2020-09-24 05:18:34 +03:00
2019-04-29 19:46:11 +03:00
.menu-item {
2020-09-28 06:05:46 +03:00
font-size: 12px;
font-weight: 700;
letter-spacing: 0.5px;
line-height: 1;
margin: 0 20px;
text-transform: uppercase;
}