1KA_F2F/resources/sass/admin/pagination.scss

68 lines
1.2 KiB
SCSS

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 30-Jul-2018, 11:18:37
Author : podkrizniku
*/
#pagination {
padding: 0px 10px;
float: left;
div {
float: left;
margin: 3px 3px;
display: inline;
border: 1px solid $strong_blue;
background-color: white;
padding: 2px 6px;
&:hover {
background-color: $strong_blue_super_light;
}
a {
display: block;
text-decoration: none;
color: $strong_blue;
}
}
div.currentPage {
padding: 2px 6px;
color: white;
background-color: $strong_blue;
}
div.currentPage_small {
a {
color: white !important;
background: #1e88e5;
}
color: $strong_blue !important;
}
div.spacePage {
color: $strong_blue;
font-weight: normal;
text-decoration: none;
background: none;
padding: 2px 6px;
border: none;
}
div.disabledPage {
color: $soft_blue;
background: #ffffff;
border: 1px solid $soft_blue;
padding: 2px 6px;
}
div.justtext {
border: none;
background: #ffffff;
padding: 2px 6px;
}
}
.quick_edit_container {
#pagination {
margin: 0 300px 0 240px;
padding: 5px 0px;
}
}