Skip to content

Commit

Permalink
feat: Add new css class helpers user in activity reaction avatars - M…
Browse files Browse the repository at this point in the history
…EED-3361 - Meeds-io/MIPs#113 (#741)

Add new css class helpers

(cherry picked from commit d4e31dd)
  • Loading branch information
SaraBoutej authored and exo-swf committed Feb 28, 2024
1 parent 24af69f commit 73a526c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion platform-ui-skin/src/main/webapp/skin/less/core/helpers.less
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@
.border-color {
border: 1px solid @btnBorder !important;
}
.border-white {
border: 2px solid @white;
}
.secondary-border-color {
border: 1px solid @secondaryColor !important;
}
Expand Down Expand Up @@ -535,7 +538,9 @@
.hidden-space {
color: @mediumGrey !important;
}

.transition-2s {
transition: 0.2s;
}
.z-index-snackbar {
z-index: @zindexSnackBar!important;
}
Expand Down

0 comments on commit 73a526c

Please sign in to comment.