blob: 0c3e1aa5e39f6e803dccb4ce05aed2644894c5ae (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
lightning-notification-bar {
background-color: #baeeff;
color: -moz-dialogtext;
border-bottom: 1px solid ThreeDDarkShadow;
padding: 3px;
}
|