_includes/appscms/navbars/navbar.html in appscms-tools-theme-4.8.9 vs _includes/appscms/navbars/navbar.html in appscms-tools-theme-4.9.0
- old
+ new
@@ -1,77 +1,5 @@
-<style>
- .search-container {
- display: flex;
- border: 1px solid #ccc;
- border-radius: 5px;
- overflow: hidden;
- height: 38px;
- width: 400px;
- background-color: white;
- position: relative;
-}
-.search-input {
- flex: 1;
- border: none;
- padding: 12px 16px;
- font-size: 16px;
- outline: none;
-}
-
-.search-input::placeholder {
- color: #888;
-}
-
-.search-button {
- background-color: var(--primary-color);
- border: none;
- padding: 0 16px;
- display: flex;
- align-items: center;
- justify-content: center;
- cursor: pointer;
- outline: none;
- border-radius: 0 !important;
-}
-
-.search-button svg {
- /* fill: #fff; */
- height: 20px;
-}
-
-.search-button:active {
- background-color: #555;
-}
-.nav-search{
- position: relative;
-}
-.result-item{
- padding: 9px 12px;
-}
-.result-item a{
- color: #222325;
-}
-.searchbarResults{
- overflow: scroll;
- height: 60vh;
- background-color: #fff;
- border: 1px solid #e4e5e7;
- border-radius: 6px;
- -webkit-box-shadow: 0 17px 58px rgba(0, 0, 0, .08);
- box-shadow: 0 17px 58px rgba(0, 0, 0, .08);
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #74767e;
- cursor: default;
- margin-top: 8px;
- padding: 12px;
- position: absolute;
- width: 100%;
- z-index: 101;
- display: none;
-}
-</style>
{% assign lang = page.lang | default: "en" %} {% assign siteData = site.data.header[lang].data
%} {% assign featureData = page.fileName %} {% assign folder = page.folderName
%} {% assign Data= site.data[folder][lang][file] %}
<nav class="appscms-navbar">
<div class="row w-100 h-100">