2018-05-28 14:03:12 -04:00
|
|
|
.nav-container {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2018-11-02 12:35:50 +01:00
|
|
|
.right-side {
|
2018-05-28 14:03:12 -04:00
|
|
|
position: absolute;
|
|
|
|
right: 1rem;
|
|
|
|
top: 50%;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
}
|
|
|
|
|
2018-11-02 12:35:50 +01:00
|
|
|
.photos-count {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.divider{
|
|
|
|
margin: 5px 10px;
|
|
|
|
border-left: 1px solid #6c757d;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2018-05-28 14:03:12 -04:00
|
|
|
ol {
|
2018-11-02 16:24:37 +01:00
|
|
|
padding-right: 150px;
|
2018-05-28 14:03:12 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu {
|
2019-01-27 17:27:41 -05:00
|
|
|
min-width: 10rem;
|
2018-05-28 14:03:12 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.row {
|
|
|
|
margin: 0;
|
|
|
|
display: flex;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2018-11-02 12:35:50 +01:00
|
|
|
nav {
|
2018-05-28 14:03:12 -04:00
|
|
|
z-index: 1;
|
|
|
|
}
|
2018-11-02 12:35:50 +01:00
|
|
|
|
2018-05-28 14:03:12 -04:00
|
|
|
.dropdown-toggle::after {
|
2018-11-02 12:35:50 +01:00
|
|
|
display: none;
|
2018-05-28 14:03:12 -04:00
|
|
|
}
|
2018-12-02 12:22:20 +01:00
|
|
|
|
|
|
|
|
|
|
|
.search-type{
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|