removed /m/ codepath, added mobile override stylesheet
This commit is contained in:
@@ -1,38 +1,15 @@
|
||||
@import "../common/000_vars.css.scss";
|
||||
|
||||
div.paginator {
|
||||
display: block;
|
||||
padding: 2em 0 1em 0;
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
font-size: $h2_size;
|
||||
font-weight: bold;
|
||||
clear: both;
|
||||
|
||||
li {
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
a {
|
||||
margin: 0 0.25em;
|
||||
padding: 0 0.5em;
|
||||
a, span {
|
||||
padding: 0.5em 1em;
|
||||
font-weight: bold;
|
||||
border: 1px solid #EAEAEA;
|
||||
}
|
||||
|
||||
a.arrow {
|
||||
border: none;
|
||||
}
|
||||
|
||||
a.arrow:hover {
|
||||
background: white;
|
||||
color: #9093FF;
|
||||
}
|
||||
|
||||
a.current {
|
||||
border: 1px solid #AAA;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
background: rgb(60, 60, 220);
|
||||
color: white;
|
||||
}
|
||||
|
||||
span {
|
||||
margin: 0 3px;
|
||||
padding: 2px 6px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user