mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 18:21:04 +08:00
13 lines
332 B
SCSS
13 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;
|
|
}
|