docs(sass): document some missed sass variables

This commit is contained in:
Brandy Carney
2017-01-26 11:37:31 -05:00
parent 1d9270b6dd
commit b02df3e2d1
6 changed files with 35 additions and 0 deletions

View File

@@ -3,10 +3,16 @@
// Alerts
// --------------------------------------------------
/// @prop - Minimum width of the alert
$alert-min-width: 250px !default;
/// @prop - Maximum height of the alert
$alert-max-height: 90% !default;
/// @prop - Line height of the alert button
$alert-button-line-height: 20px !default;
/// @prop - Font size of the alert button
$alert-button-font-size: 14px !default;