scinote-web/app/assets/stylesheets/search.scss
2018-03-30 09:54:57 +02:00

14 lines
332 B
SCSS

// 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';
#search-content {
background-color: $color-white;
padding-top: 20px;
}
.search-asset-text-data{
font-size: $font-size-base;
}