misuzu/assets/less/search/header.less

8 lines
137 B
Text
Raw Normal View History

2019-05-01 20:19:04 +00:00
.search__header {
padding: 1em;
position: sticky;
top: 0;
z-index: 50;
2019-05-01 20:19:04 +00:00
background-color: var(--background-colour);
}