Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/page_bundles/notifications.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/notifications.scss31
1 files changed, 31 insertions, 0 deletions
diff --git a/app/assets/stylesheets/page_bundles/notifications.scss b/app/assets/stylesheets/page_bundles/notifications.scss
new file mode 100644
index 00000000000..88437954f4c
--- /dev/null
+++ b/app/assets/stylesheets/page_bundles/notifications.scss
@@ -0,0 +1,31 @@
+@import 'mixins_and_variables_and_functions';
+
+.notification-list-item {
+ @include media-breakpoint-down(sm) {
+ .notification-dropdown {
+ width: 100%;
+ }
+
+ .btn-group {
+ width: 100%;
+ }
+
+ .table-section {
+ border-top: 0;
+ min-height: unset;
+
+ &:not(:first-child) {
+ padding-top: 0;
+ }
+ }
+
+ .update-notifications {
+ width: 100%;
+ }
+ }
+}
+
+.notification {
+ position: relative;
+ top: 1px;
+}