feat: branding templates table

This commit is contained in:
Ahmed Bouhuolia
2024-09-11 21:16:21 +02:00
parent ef74e250f1
commit a7df23cebc
20 changed files with 418 additions and 16 deletions

View File

@@ -20,7 +20,7 @@
.th {
padding: 0.68rem 0.5rem;
background: #f5f5f5;
background: #f6f7f9;
font-size: 14px;
color: #424853;
font-weight: 400;

View File

@@ -232,6 +232,15 @@ $dashboard-views-bar-height: 44px;
&.#{$ns}-minimal.#{$ns}-intent-warning{
color: #cc7e25;
}
&.#{$ns}-minimal.#{$ns}-intent-primary{
color: #223fc5;
&:hover,
&:focus{
color: #223fc5;
background: rgba(34, 63, 197, 0.08);
}
}
&.button--blue-highlight {
background-color: #ebfaff;