scinote-web/app/assets/stylesheets/search.scss

14 lines
332 B
SCSS
Raw Normal View History

2016-02-12 23:52:43 +08:00
// Place all the styles related to the search controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
@import 'constants';
2016-02-12 23:52:43 +08:00
#search-content {
background-color: $color-white;
2016-02-12 23:52:43 +08:00
padding-top: 20px;
}
2016-07-21 19:11:15 +08:00
.search-asset-text-data{
2018-03-30 15:54:57 +08:00
font-size: $font-size-base;
2016-07-21 19:11:15 +08:00
}