mirror of
https://github.com/mgerb/ps-launcher
synced 2026-01-11 19:02:50 +00:00
v0.0.2 - webview and other updates
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
border-color: $blue;
|
||||
color: $blue;
|
||||
border-color: $gray;
|
||||
color: $gray;
|
||||
|
||||
&:hover {
|
||||
border-color: $blue--lighter;
|
||||
color: $blue--lighter;
|
||||
border-color: $gray--1;
|
||||
color: $gray--1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,6 +43,10 @@
|
||||
border: 2px solid;
|
||||
}
|
||||
|
||||
.header-icon--close {
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.header__version {
|
||||
color: $blue--lighter;
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user