mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
box model fixes and tests
This commit is contained in:
@@ -201,7 +201,8 @@ Warning {
|
||||
|
||||
Success {
|
||||
max-width: 80;
|
||||
height:3;
|
||||
height:3;
|
||||
box-sizing: border-box;
|
||||
background: $success-lighten-3;
|
||||
color: $text-success-lighten-3-fade-1;
|
||||
border-top: hkey $success;
|
||||
|
||||
Reference in New Issue
Block a user