2
0

Implement UI for Admin Search of Hashtags (#30880)

This commit is contained in:
Emelia Smith
2024-07-29 17:49:44 +02:00
committed by GitHub
parent 6d2ed0dcba
commit c40e481169
17 changed files with 316 additions and 11 deletions

View File

@@ -350,6 +350,10 @@
color: $primary-text-color;
font-weight: 700;
}
.warning-hint {
font-weight: normal !important;
}
}
&__body {

View File

@@ -286,6 +286,10 @@ a.table-action-link {
padding: 0;
}
&--padded {
padding: 12px 16px 16px;
}
&--with-image {
display: flex;
align-items: center;