6884b587e3
Shown only for free tier users. Only appears at > 80% used storage or bandwidth (or both) Different banner and modal styles for 100% used Added resizable listener for banner Change-Id: I29ac1777127155dab83b4eb113a1f033ea926524
15 lines
354 B
SCSS
15 lines
354 B
SCSS
// Copyright (C) 2022 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
:root {
|
|
--c-warning: #FFEECC;
|
|
--c-warning-border: #FFD78A;
|
|
--c-warning-icon: #FF8A00;
|
|
--c-info: #d7e8ff;
|
|
--c-info-border: #a5beff;
|
|
--c-info-icon: #003DC1;
|
|
--c-critical: #FFE0E7;
|
|
--c-critical-border: #FFC0CF;
|
|
--c-critical-icon: #FF458B;
|
|
}
|