mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -04:00
Fix selection counter on smaller screens
This commit is contained in:
@@ -131,10 +131,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-selected-counter {
|
&-selected-counter {
|
||||||
position: absolute;
|
|
||||||
right: 0;
|
|
||||||
top: $gutter - 1px;
|
|
||||||
color: $secondary-text-colour;
|
color: $secondary-text-colour;
|
||||||
|
margin: $gutter-half 0;
|
||||||
|
|
||||||
|
@include media(tablet) {
|
||||||
|
position: absolute;
|
||||||
|
right: 0;
|
||||||
|
top: $gutter - 1px;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.content-fixed & {
|
.content-fixed & {
|
||||||
right: $gutter-half;
|
right: $gutter-half;
|
||||||
|
|||||||
Reference in New Issue
Block a user