|
@@ -2,7 +2,7 @@ input,button {
|
|
|
outline: none;
|
|
|
}
|
|
|
.dropdown-menu {
|
|
|
- top: 50px !important;
|
|
|
+ top: -11px !important;
|
|
|
right: -37px !important;
|
|
|
border-radius: 2px !important;
|
|
|
width: 245px;
|
|
@@ -11,23 +11,9 @@ input,button {
|
|
|
border: 1px solid #cec8c8;
|
|
|
}
|
|
|
|
|
|
-.dropdown-menu ul li {
|
|
|
- text-align: right;
|
|
|
- transition: all 0.5s;
|
|
|
-}
|
|
|
|
|
|
-.dropdown-menu ul li:hover {
|
|
|
- background-color: #f5f5f5;
|
|
|
-}
|
|
|
|
|
|
|
|
|
-.pagesHeader-w .dropdown-menu {
|
|
|
- right: 0 !important;
|
|
|
- border-radius: 2px !important;
|
|
|
- background: #fff;
|
|
|
- box-shadow: 0px 3px 9px #00000030;
|
|
|
- border: 1px solid #cec8c8;
|
|
|
-}
|
|
|
|
|
|
.pagesHeader-w .dropdown-item {
|
|
|
font-size: 14px !important;
|
|
@@ -38,14 +24,18 @@ input,button {
|
|
|
}
|
|
|
.dropdown-item{
|
|
|
border: 0px solid #00000008 !important;
|
|
|
+ width: 75px !important;
|
|
|
padding: 4px 0px !important;
|
|
|
+ text-align: center !important;
|
|
|
font-weight: bold !important;
|
|
|
- /* clear: none !important;
|
|
|
- float: right; */
|
|
|
+ clear: none !important;
|
|
|
+ float: right;
|
|
|
margin: 3px 3px;
|
|
|
- display: block;
|
|
|
}
|
|
|
-
|
|
|
+/*.dropdown-item span{
|
|
|
+ color: #a08b70 !important;
|
|
|
+ font-size: 12px !important;
|
|
|
+}*/
|
|
|
.dropdown-item i{
|
|
|
color: #04756d !important;
|
|
|
font-size: 18px !important;
|
|
@@ -379,30 +369,17 @@ input,button {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.ar,.en {
|
|
|
- /* margin: 0 10px;
|
|
|
- padding: 5px;
|
|
|
- color: #03887f;
|
|
|
- font-weight: bold;
|
|
|
- width: 30px;
|
|
|
- height: 30px;
|
|
|
- border-radius: 5px;
|
|
|
- background-color: #FAFAFA;
|
|
|
- cursor: pointer;
|
|
|
- transition: all 0.5s; */
|
|
|
+.pagesHeader-w .dropdown-menu {
|
|
|
+ top: 50px !important;
|
|
|
+ right: 0 !important;
|
|
|
+ border-radius: 2px !important;
|
|
|
+ background-color: #fff;
|
|
|
+ box-shadow: 0px 3px 9px #00000030;
|
|
|
+ border: 1px solid #cec8c8;
|
|
|
+}
|
|
|
|
|
|
- /* margin: 2px 10px;
|
|
|
- padding: 5px;
|
|
|
- padding: 2px 5px;
|
|
|
- color: #03887f;
|
|
|
- font-weight: bold;
|
|
|
- width: 30px;
|
|
|
- border: 1px solid #bda380;
|
|
|
- height: 30px;
|
|
|
- background-color: #FAFAFA;
|
|
|
- cursor: pointer;
|
|
|
- transition: all 0.5s;
|
|
|
- display: inline-block; */
|
|
|
+.ar,.en {
|
|
|
+
|
|
|
|
|
|
margin: 4px 10px;
|
|
|
padding: 5px;
|
|
@@ -549,20 +526,12 @@ input,button {
|
|
|
transition: all 0.5s;
|
|
|
}
|
|
|
|
|
|
- /* .menuHeaderEn-w li:hover {
|
|
|
- background-color: #02635c;
|
|
|
- color: #fff !important;
|
|
|
- } */
|
|
|
+
|
|
|
|
|
|
.menuHeaderEn-w li:hover a {
|
|
|
color: #00a99d !important;
|
|
|
}
|
|
|
|
|
|
- /* .menuHeader-w li:hover {
|
|
|
- background-color: #02635c;
|
|
|
- color: #fff !important;
|
|
|
- } */
|
|
|
-
|
|
|
.menuHeader-w li:hover a {
|
|
|
color: #00a99d !important;
|
|
|
}
|
|
@@ -687,7 +656,6 @@ input,button {
|
|
|
left: 0;
|
|
|
z-index: 99999999999999999;
|
|
|
background-color: #aee5e1;
|
|
|
- display: inline-block;
|
|
|
}
|
|
|
|
|
|
.menuHeader-w li {
|
|
@@ -747,9 +715,29 @@ a.dropdown-item.ng-star-inserted {
|
|
|
width: 100% !important;
|
|
|
}
|
|
|
|
|
|
-.pagesHeader-w[_ngcontent-c5] .dropdown-menu[_ngcontent-c5] {
|
|
|
- top: 30px !important;
|
|
|
-
|
|
|
+.pagesHeader-w .dropdown-menu {
|
|
|
+ top: 50px !important;
|
|
|
+ background: #fff !important;
|
|
|
+}
|
|
|
+
|
|
|
+.pagesHeader-w .dropdown-menu ul li {
|
|
|
+ display: block !important;
|
|
|
+ direction: rtl;
|
|
|
+}
|
|
|
+
|
|
|
+.pagesHeader-w .dropdown-menu ul li .dropDownItem-w {
|
|
|
+ display: block !important;
|
|
|
+ float: inherit;
|
|
|
+ clear: inherit;
|
|
|
+ padding: 5px !important;
|
|
|
+ width: 100% !important;
|
|
|
+ text-align: right !important;
|
|
|
+ transition: all 0.5s;
|
|
|
+ text-decoration: none !important;
|
|
|
+}
|
|
|
+
|
|
|
+.pagesHeader-w .dropdown-menu ul li .dropDownItem-w:hover{
|
|
|
+ background: #f5f5f5 !important;
|
|
|
}
|
|
|
|
|
|
@media(min-width: 992px) and (max-width: 1199px) {
|
|
@@ -782,4 +770,10 @@ a.dropdown-item.ng-star-inserted {
|
|
|
|
|
|
.btn:focus {
|
|
|
box-shadow: none;
|
|
|
- }
|
|
|
+ }
|
|
|
+
|
|
|
+ .exernal-menu {
|
|
|
+ top: 50px !important;
|
|
|
+ }
|
|
|
+
|
|
|
+
|