aux-search/src/styles.scss

28 lines
393 B
SCSS
Raw Normal View History

2020-03-28 04:09:01 +00:00
2020-04-10 08:13:50 +00:00
header .navbar a.brand {
line-height: 1.5em;
img.logo {
height: 1.5em;
margin-right: 0.5em;
}
2020-03-28 04:09:01 +00:00
}
2020-04-10 08:13:50 +00:00
.search-page {
.search-input {
text-align: center;
.input-append input {
font-size: 24px;
height: 40px;
}
.input-append button {
font-size: 24px;
height: 50px;
}
}
.search-result {
tbody tr {
cursor: pointer;
}
}
2020-03-28 04:09:01 +00:00
}