1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00
pigallery2/frontend/app/gallery/navigator/navigator.gallery.component.css

43 lines
474 B
CSS
Raw Normal View History

2018-05-29 02:03:12 +08:00
.nav-container {
position: relative;
}
2018-11-02 19:35:50 +08:00
.right-side {
2018-05-29 02:03:12 +08:00
position: absolute;
right: 1rem;
top: 50%;
transform: translateY(-50%);
}
2018-11-02 19:35:50 +08:00
.photos-count {
display: inline-block;
}
.divider{
margin: 5px 10px;
border-left: 1px solid #6c757d;
display: inline-block;
}
2018-05-29 02:03:12 +08:00
ol {
padding-right: 150px;
2018-05-29 02:03:12 +08:00
}
.dropdown-menu {
min-width: 16rem;
}
.row {
margin: 0;
display: flex;
cursor: pointer;
}
2018-11-02 19:35:50 +08:00
nav {
2018-05-29 02:03:12 +08:00
z-index: 1;
}
2018-11-02 19:35:50 +08:00
2018-05-29 02:03:12 +08:00
.dropdown-toggle::after {
2018-11-02 19:35:50 +08:00
display: none;
2018-05-29 02:03:12 +08:00
}