Эх сурвалжийг харах

style(navbar): added box shadow

Owen Diffey 5 жил өмнө
parent
commit
625ad4b583

+ 2 - 0
frontend/components/MainHeader.vue

@@ -114,6 +114,8 @@ export default {
 	background-color: $primary-color;
 	height: 64px;
 	border-radius: 0% 0% 33% 33% / 0% 0% 7% 7%;
+	box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.16),
+		2px 0 10px 0 rgba(0, 0, 0, 0.12);
 
 	.nav-menu.is-active {
 		.nav-item {

+ 2 - 0
frontend/components/Station/StationHeader.vue

@@ -281,6 +281,8 @@ export default {
 	background-color: $primary-color;
 	line-height: 64px;
 	border-radius: 0% 0% 33% 33% / 0% 0% 7% 7%;
+	box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.16),
+		2px 0 10px 0 rgba(0, 0, 0, 0.12);
 
 	.is-brand {
 		font-size: 2.1rem !important;