|
|
@@ -126,3 +126,58 @@
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
+// Smartphone and Tablet
|
|
|
+@media (max-width: $screen-sm-max) {
|
|
|
+ .search-top {
|
|
|
+ margin-top: 4px 0 0 0;
|
|
|
+ padding: 0;
|
|
|
+ border-style: none !important;
|
|
|
+ box-shadow: none !important;
|
|
|
+ -webkit-box-shadow: none !important;
|
|
|
+
|
|
|
+ .search-form {
|
|
|
+ width: 76%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .search-top-input-group {
|
|
|
+ .search-top-input {
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+ .btn {
|
|
|
+ z-index: 10;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .search-result {
|
|
|
+ .search-result-content {
|
|
|
+ .search-result-page {
|
|
|
+ .wiki {
|
|
|
+ h1, h2, h3, h4, h5, h6 {
|
|
|
+ font-size: medium;
|
|
|
+ }
|
|
|
+ height: 250px;
|
|
|
+ overflow: scroll;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+// Smartphone
|
|
|
+@media (max-width: $screen-xs-max) {
|
|
|
+ .search-top {
|
|
|
+ .search-form {
|
|
|
+ min-width: 40%;
|
|
|
+ max-width: 50%;
|
|
|
+ width: 50%;
|
|
|
+ }
|
|
|
+ .search-box {
|
|
|
+ .search-suggest {
|
|
|
+ left: 2%;
|
|
|
+ width: 94%;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|