Add message buttons to control the user flow

This commit is contained in:
Gabor PEK
2020-06-17 17:19:22 +02:00
parent 0f324a108b
commit 31cf75f63b
9 changed files with 65 additions and 25 deletions

View File

@ -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

View File

@ -10,5 +10,7 @@
font-weight: bold;
font-size: 14px;
line-height: 26px;
height: $space;
margin-right: $tiny;
}