debian-mirror-gitlab/app/assets/stylesheets/pages/search.scss

20 lines
277 B
SCSS
Raw Normal View History

2015-04-26 12:48:37 +05:30
.search-results {
.search-result-row {
2015-09-25 12:07:36 +05:30
border-bottom: 1px solid #DDD;
padding-bottom: 15px;
margin-bottom: 15px;
2015-04-26 12:48:37 +05:30
}
}
2015-09-25 12:07:36 +05:30
.search-holder {
max-width: 600px;
margin: 0 auto;
margin-bottom: 20px;
input {
border-color: #BBB;
font-weight: bold;
}
}