New Changes

This commit is contained in:
2022-11-30 16:21:50 +05:30
parent b57b33189c
commit 24ebe8e8bd
7 changed files with 197 additions and 140 deletions
+11 -15
View File
@@ -8,6 +8,7 @@
--prmBgColor: rgb(244, 244, 221);
--secdBgColor: #fafaf3;
--secdSubColor: #f4f4f3;
--lstPgArc: 15px;
}
body {
@@ -24,6 +25,7 @@ li {
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
list-style: none;
}
.list-page {
@@ -43,6 +45,7 @@ li {
align-items: center;
padding-left: 0px !important;
padding-right: 0px !important;
z-index: 1000;
}
ul.tp-bar li {
@@ -137,6 +140,8 @@ li.logo-li {
height: inherit;
margin: 0px 20px;
background-color: var(--secdSubColor);
border-top-left-radius: var(--lstPgArc);
border-top-right-radius: var(--lstPgArc);
}
.srch-bar {
@@ -170,10 +175,15 @@ li.logo-li {
color: black;
}
.icn-circle:hover {
color: white;
}
.icn-circle {
background-color: firebrick;
color: white;
padding: 10px;
text-decoration: none;
}
.hdr {
@@ -184,15 +194,6 @@ li.logo-li {
background-color: #e3e3e3;
}
.bdy {
font-size: 16px;
padding: 10px 5px;
font-weight: 400;
text-transform: capitalize;
border-bottom: 1px solid white;
align-items: center;
}
.mnNvIcn,
.mnNvIcn:focus {
box-shadow: none !important;
@@ -260,9 +261,4 @@ a.badge {
}
/* Scroll bar End Here */
.pgnt {
border-top-left-radius: 50px;
border-top-right-radius: 50px;
}
/* Scroll bar End Here */