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

github.com/gethugothemes/dot-hugo-documentation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorThemefisher Dev <themefisher.dev@gmail.com>2020-01-25 10:04:33 +0300
committerThemefisher Dev <themefisher.dev@gmail.com>2020-01-25 10:04:33 +0300
commit0754fc72a3cb3ae988acaf88bbe49a22f63d19cb (patch)
tree34f893d9e577430dd1cda768c3ad1796fd49a847 /assets
parentb7fdfbb7a61278d5d6bfedb1f95ebc165370a70c (diff)
modified side-menu and some responsive issue
Diffstat (limited to 'assets')
-rw-r--r--assets/css/style.css36
1 files changed, 34 insertions, 2 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index ad2f59a..d41e9ab 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -474,6 +474,12 @@ header.sticky-top {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}
+@media (max-width: 575px) {
+ .ui-menu {
+ width: calc( 100% - 30px) !important;
+ }
+}
+
@media (min-width: 576px) {
.ui-menu {
max-width: 510px !important;
@@ -498,6 +504,16 @@ header.sticky-top {
}
}
+.ui-menu-item:not(:last-child){
+ margin-bottom: 5px;
+ padding-bottom: 5px;
+ border-bottom: 1px solid #e8e8e8;
+}
+
+.ui-menu-item:nth-child(5){
+ border: 0;
+}
+
/* /navigation */
.form-control {
height: 50px;
@@ -732,6 +748,16 @@ tbody {
display: none;
}
+li.sidelist>a{
+ margin-left: 20px;
+ margin-bottom: 10px;
+ display: block;
+}
+
+li.sidelist li a{
+ margin: 0;
+}
+
.sidelist.parent {
display: block;
}
@@ -872,10 +898,16 @@ code{
content: "\e6bc";
font-size: 25px;
height: 30px;
- width: 20px;
+ width: 50px;
background: #fff;
color: inherit;
+ text-align: right;
z-index: 1;
- left: -10px;
+ left: -15px;
top: -3px;
+}
+
+#select-language{
+ background: transparent;
+ color: var(--white-color);
} \ No newline at end of file