You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
746 B
29 lines
746 B
// This file may be used to override the Sass variables used within the Trestle
|
|
// admin. It will be automatically included within all admin pages.
|
|
//
|
|
// A subset of Bootstrap and Trestle defaults can be set here.
|
|
// For a detailed overview of the customizable variables, see the file
|
|
// `frontend/theme/trestle/theme/_defaults.scss` within the Trestle source.
|
|
|
|
// Customize admin theme colors:
|
|
//
|
|
// $theme-colors: (
|
|
// "primary": #337ab7,
|
|
// "secondary": #719dc3
|
|
// );
|
|
|
|
textarea#work_experience_items_csv {
|
|
height: 400px !important;
|
|
}
|
|
|
|
textarea#cover_letter_about_me {
|
|
height: 400px !important;
|
|
}
|
|
|
|
textarea#cover_letter_why_me {
|
|
height: 400px !important;
|
|
}
|
|
|
|
textarea#cover_letter_why_company {
|
|
height: 400px !important;
|
|
}
|
|
|