mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
Initial site commit
This commit is contained in:
35
scss/_pager.scss
Normal file
35
scss/_pager.scss
Normal file
@@ -0,0 +1,35 @@
|
||||
|
||||
.pager {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-gap: 5px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin: 1em 0;
|
||||
|
||||
&.top {
|
||||
margin: 0 0 1em;
|
||||
}
|
||||
|
||||
> div {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.btn {
|
||||
font-size: 0.9em;
|
||||
box-shadow: 0px 1px 5px rgba(#000, 0.5);
|
||||
color: white;
|
||||
white-space: nowrap;
|
||||
// width: 100%;
|
||||
min-width: 75%;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.back, .back .btn {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.forward, .forward .btn {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user