mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
style pager buttons
This commit is contained in:
parent
e6ac475ad5
commit
a4bf38085c
5
sass/ascribe_theme.scss
Normal file
5
sass/ascribe_theme.scss
Normal file
@ -0,0 +1,5 @@
|
||||
/* All bootstrap overwrites should take place in this file */
|
||||
|
||||
.pager li a {
|
||||
color: white;
|
||||
}
|
@ -7,6 +7,7 @@ $BASE_URL: '<%= BASE_URL %>';
|
||||
@import 'variables';
|
||||
@import '../node_modules/bootstrap-sass/assets/stylesheets/bootstrap';
|
||||
@import '../node_modules/react-datepicker/dist/react-datepicker';
|
||||
@import 'ascribe_theme';
|
||||
@import './ascribe-fonts/style';
|
||||
@import './ascribe-fonts/ascribe-fonts';
|
||||
@import 'ascribe_login';
|
||||
|
@ -468,16 +468,16 @@ $pagination-disabled-border: #ddd !default;
|
||||
//
|
||||
//##
|
||||
|
||||
$pager-bg: $pagination-bg !default;
|
||||
$pager-border: $pagination-border !default;
|
||||
$pager-border-radius: 15px !default;
|
||||
$pager-bg: $ascribe-color-full !default;
|
||||
$pager-border: $ascribe-color-full !default;
|
||||
$pager-border-radius: 0 !default;
|
||||
|
||||
$pager-hover-bg: $pagination-hover-bg !default;
|
||||
$pager-hover-bg: darken($ascribe-color-full, 10%) !default;
|
||||
|
||||
$pager-active-bg: $pagination-active-bg !default;
|
||||
$pager-active-color: $pagination-active-color !default;
|
||||
$pager-active-bg: $ascribe-color-full !default;
|
||||
$pager-active-color: $ascribe-color-full !default;
|
||||
|
||||
$pager-disabled-color: $pagination-disabled-color !default;
|
||||
$pager-disabled-color: lighten($ascribe-color-full, 10%) !default;
|
||||
|
||||
|
||||
//== Jumbotron
|
||||
|
Loading…
Reference in New Issue
Block a user