diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-16 17:30:09 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-16 17:30:09 +0000 |
| commit | ca574470c6ce9449a43eaeb81fcb8a35a7656923 (patch) | |
| tree | e32fd43d0e0c4205c1e28e72c7a5c4b5683cf920 /app/assets | |
| parent | 4aaf7e0ddbbdf9a5e03fdbb20ecabe4866de96c3 (diff) | |
| download | mullvadvpn-ca574470c6ce9449a43eaeb81fcb8a35a7656923.tar.xz mullvadvpn-ca574470c6ce9449a43eaeb81fcb8a35a7656923.zip | |
Add settings pane
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/css/style.css b/app/assets/css/style.css index 3b8706f63e..e7cc339332 100644 --- a/app/assets/css/style.css +++ b/app/assets/css/style.css @@ -3,5 +3,6 @@ @import 'global.css'; @import '../../components/Login.css'; @import '../../components/Connect.css'; +@import '../../components/Settings.css'; @import '../../components/HeaderBar.css'; @import '../../components/Layout.css'; |
