style: remove deprecated notification styling
This commit is contained in:
parent
d1de35beb9
commit
b288e721a3
1 changed files with 0 additions and 11 deletions
|
@ -40,17 +40,6 @@ TabPane {
|
||||||
height: 1fr;
|
height: 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
Notification {
|
|
||||||
dock: bottom;
|
|
||||||
layer: notification;
|
|
||||||
width: auto;
|
|
||||||
margin: 2 4;
|
|
||||||
padding: 1 2;
|
|
||||||
background: $background;
|
|
||||||
color: $text;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
Header {
|
Header {
|
||||||
dock: top;
|
dock: top;
|
||||||
content-align: center middle;
|
content-align: center middle;
|
||||||
|
|
Reference in a new issue