Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/hamcore/wwwroot/admin/default/theme.css')
-rw-r--r--src/bin/hamcore/wwwroot/admin/default/theme.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/bin/hamcore/wwwroot/admin/default/theme.css b/src/bin/hamcore/wwwroot/admin/default/theme.css
new file mode 100644
index 00000000..4d238bc1
--- /dev/null
+++ b/src/bin/hamcore/wwwroot/admin/default/theme.css
@@ -0,0 +1,18 @@
+body {
+ padding-top: 70px;
+ padding-bottom: 30px;
+}
+
+.theme-dropdown .dropdown-menu {
+ position: static;
+ display: block;
+ margin-bottom: 20px;
+}
+
+.theme-showcase > p > .btn {
+ margin: 5px 0;
+}
+
+.theme-showcase .navbar .container {
+ width: auto;
+}