Yuika/src/css/components/header.css

17 lines
243 B
CSS
Raw Normal View History

2020-03-03 02:54:54 +00:00
.yuika-header {
@apply h-16 w-full z-10 flex flex-row justify-start items-center bg-yuika-blue-500 text-white;
}
.yuika-header-left {
@apply ml-4;
}
.yuika-header-middle {
@apply flex-grow;
}
.yuika-header-right {
@apply mr-4;
}