Show Code Snippets
Provide contextual feedback messages for typical user actions with the handful of available and flexible alert messages.
.alert {
border-radius: 5px;
padding: 12px;
margin-bottom: 0px;
&-generic {
color: #2E2E2E;
background-color: #FFF1DE;
border-color: transparent;}
}
Convey general information or actions that aren’t critical. Update users about a change or give them advice. Include lower priority information and should be dismissible.
.alert {
border-radius: 5px;
padding: 12px;
margin-bottom: 0px;
&-success {
color: #2E2E2E;
background-color: #B4E76F;
border-color: transparent;}
}
Inform users when actions are successfully completed.
.alert {
border-radius: 5px;
padding: 12px;
margin-bottom: 0px;
&-warning {
color: #1F1F1F;
background-color: #FED69F;
border-color: transparent;}
}
Convey general information or actions that aren’t critical. Update users about a change or give them advice. Include lower priority information and should be dismissible.
.alert {
border-radius: 5px;
padding: 12px;
margin-bottom: 0px;
&-error {
color: #FFFFFF;
background-color: #DB3B21;
border-color: transparent;}
}
.alert {
border-radius: 5px;
padding: 12px;
margin-bottom: 0px;
&-error {
color: #2E2E2E;
background-color: #E4F0FB;
border-color: transparent;}
}
Give a tip and contextual information helpful for the user.
Primary Big
Primary
.alert {
border-radius: 5px;
padding: 12px;
margin-bottom: 0px;
&-generic {
color: #2E2E2E;
background-color: #FFF1DE;
border-color: transparent;}
}
Primary Big
Primary
Primary Big
Primary
Show Code Snippets
Briar uses Material Design guidelines for cards on Web and Android UI.