replace hint component

This commit is contained in:
Philipp Kühn
2020-08-18 20:51:01 +02:00
parent 5766f88beb
commit de622ce468
5 changed files with 18 additions and 32 deletions

View File

@@ -142,5 +142,21 @@
}
}
.remark-container {
padding: 1rem;
border: 2px solid rgba($colorBlack, 0.1);
border-radius: 0.25rem;
&.warning {
border-color:#ffd8a8;
background-color: #fff4e6;
}
.remark-container-title {
font-weight: 600;
color: #ca9c63;
}
}
}
}