aux-search/src/index.scss

58 lines
942 B
SCSS
Raw Normal View History

2020-03-28 04:09:01 +00:00
header .navbar {
a.brand {
line-height: 1.5em;
}
2020-04-10 08:13:50 +00:00
img.logo {
height: 1.5em;
margin-right: 0.5em;
}
ul.nav > li > a {
line-height: 2.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 {
2020-04-10 08:13:50 +00:00
cursor: pointer;
}
tbody > td > dl > dd > ul.inline {
margin: 0;
li {
margin: 0;
padding: 0;
}
li::after {
content: ", ";
padding-right: 0.5em;
}
li:last-child::after {
content: "";
}
}
tbody > td > dl > dd > pre {
background: transparent;
border: 0;
padding: 0;
line-height: 20px;
margin: 0;
}
tbody > td > dl > dt,
tbody > td > dl > dd {
margin-bottom: 1em;
}
2020-04-10 08:13:50 +00:00
}
2020-03-28 04:09:01 +00:00
}