feat: document functions

This commit is contained in:
Ahmed Bouhuolia
2024-07-29 13:00:50 +02:00
parent f457759e39
commit 4345623ea9
6 changed files with 46 additions and 9 deletions

View File

@@ -208,12 +208,16 @@ $dashboard-views-bar-height: 44px;
}
&.#{$ns}-minimal.#{$ns}-intent-danger {
color: #c23030;
color: rgb(194, 48, 48);
&:not(.bp4-disabled)
&:hover,
&:focus {
background: rgba(219, 55, 55, 0.1);
}
&.bp4-disabled{
color: rgb(194, 48, 48, 0.6);
}
}
&.#{$ns}-minimal.#{$ns}-intent-success{
color: #1c6e42;