mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +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 'variables';
|
||||||
@import '../node_modules/bootstrap-sass/assets/stylesheets/bootstrap';
|
@import '../node_modules/bootstrap-sass/assets/stylesheets/bootstrap';
|
||||||
@import '../node_modules/react-datepicker/dist/react-datepicker';
|
@import '../node_modules/react-datepicker/dist/react-datepicker';
|
||||||
|
@import 'ascribe_theme';
|
||||||
@import './ascribe-fonts/style';
|
@import './ascribe-fonts/style';
|
||||||
@import './ascribe-fonts/ascribe-fonts';
|
@import './ascribe-fonts/ascribe-fonts';
|
||||||
@import 'ascribe_login';
|
@import 'ascribe_login';
|
||||||
|
@ -468,16 +468,16 @@ $pagination-disabled-border: #ddd !default;
|
|||||||
//
|
//
|
||||||
//##
|
//##
|
||||||
|
|
||||||
$pager-bg: $pagination-bg !default;
|
$pager-bg: $ascribe-color-full !default;
|
||||||
$pager-border: $pagination-border !default;
|
$pager-border: $ascribe-color-full !default;
|
||||||
$pager-border-radius: 15px !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-bg: $ascribe-color-full !default;
|
||||||
$pager-active-color: $pagination-active-color !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
|
//== Jumbotron
|
||||||
|
Loading…
Reference in New Issue
Block a user