DropDown.css wurde erstellt und bei AVISO-TV ausgelagert.

This commit is contained in:
ja
2021-08-18 15:56:23 +02:00
parent dfc0ff6a03
commit e8051b672e
3 changed files with 26 additions and 159 deletions

View File

@@ -1,13 +1,14 @@
.dropbtn {
background-color: #043381;
top:5%;
left: 75%;
width: 100px;
height: 40px;
/*Button Dropdown Menue Language Picker*/
.dropbtn {
background-color: #043381;
position: absolute;
color: white;
color: #043381;
background-color: #fff;
padding: 16px;
/*padding: 1em;
padding: 2.083333333333333vw;*/
font-size: 16px;
/* font-size:1em;*/
border: none;
}
@@ -15,11 +16,10 @@
.dropdown-content {
display: none;
position: absolute;
left: 85%;
background-color: #fff;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
z-index: 10;
}
/* Links inside the dropdown */
@@ -45,3 +45,13 @@
.dropdown:hover .dropbtn {
background-color: #043381;
}
btn btn-primary btn-sm {
background-color: #fff;
}
@media (min-width: 558.98px) {
.dropdown {
position: sticky;
margin-left: 645px;
}
}