1
0
mirror of https://github.com/mgerb/ps-launcher synced 2026-01-13 20:02:48 +00:00

v0.0.2 - webview and other updates

This commit is contained in:
2017-10-25 23:16:55 -05:00
parent 96f9c4ca5d
commit f584a5a2f9
25 changed files with 418 additions and 51 deletions

View File

@@ -1,3 +1,5 @@
@import '~toastr/toastr.scss';
* {
&:focus {
outline: 0;

View File

@@ -8,3 +8,5 @@ $blue--lighter: saturate(lighten($blue, 10%), 100%);
$green: #39ce83;
$red: #e95779;
$white: darken(#e9eef2, 10%);
$gray: lighten($dark-blue, 40%);
$gray--1: lighten($dark-blue, 50%);