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