mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-06 17:26:24 +00:00
Use global variables for shadow colors
This commit is contained in:
@ -99,11 +99,16 @@ $tao-message-originator-color: #6697FF;
|
||||
$tao-copy-color: #FFFFFF;
|
||||
$tao-timestamp-color: #94A6B9;
|
||||
$tao-gray-color: #94A6B9; // @25% opacity
|
||||
$tao-shadow-color: rgba(255, 255, 255, 0.5);
|
||||
$tao-yellow-color: #FFD68F;
|
||||
$tao-shadow-yellow-color: rgba(255, 214, 143, 0.5);
|
||||
$tao-blue-color: #6697FF;
|
||||
$tao-shadow-blue-color: rgba(102, 151, 255, 0.5);
|
||||
$tao-green-color: #48BEB0;
|
||||
$tao-shadow-green-color: rgba(72, 190, 176, 0.5);
|
||||
$tao-cyan-color: #60FDEB;
|
||||
$tao-red-color: #FF4583;
|
||||
$tao-shadow-red-color: rgba(255, 69, 131, 0.5);
|
||||
|
||||
|
||||
// Panel border radius
|
||||
|
Reference in New Issue
Block a user