mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-06 15:06:23 +00:00
Add message buttons to control the user flow
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
// Spaces
|
||||
//
|
||||
|
||||
$space: 24px;
|
||||
$space: 32px;
|
||||
|
||||
$sxlarge: 9 * $space;
|
||||
$xxxlarge: 6 * $space;
|
||||
@ -95,7 +95,7 @@ $tao-gray-900: #000000;
|
||||
$tao-base-color: #2A324C;
|
||||
$tao-btn-font-color: #1F2836;
|
||||
$tao-card-color: #363E56;
|
||||
$tao-title-color: #6697FF;
|
||||
$tao-message-originator-color: #6697FF;
|
||||
$tao-copy-color: #FFFFFF;
|
||||
$tao-timestamp-color: #94A6B9;
|
||||
$tao-divider-color: #94A6B9; // @25% opacity
|
||||
|
@ -10,5 +10,7 @@
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
line-height: 26px;
|
||||
height: $space;
|
||||
margin-right: $tiny;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user