58 lines
1.0 KiB
SCSS
58 lines
1.0 KiB
SCSS
|
#admin-circles {
|
||
|
|
||
|
.masonry>div:nth-child(1) {
|
||
|
/* change from directory (nth-child(2))*/
|
||
|
display: flex !important;
|
||
|
flex-wrap: wrap;
|
||
|
align-items: center;
|
||
|
|
||
|
.circle-subtitle-custom {
|
||
|
height: 32px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.segment.hover:hover {
|
||
|
box-shadow: 0 0 16px 0 rgba(46, 63, 88, 0.34);
|
||
|
bottom: 2px;
|
||
|
}
|
||
|
|
||
|
hubl-admin-circle-name:hover {
|
||
|
text-decoration: underline;
|
||
|
}
|
||
|
|
||
|
hubl-community-logo {
|
||
|
max-height: 76px;
|
||
|
width: 206px;
|
||
|
max-width: 100%;
|
||
|
}
|
||
|
|
||
|
.tab.active {
|
||
|
font-weight: bold;
|
||
|
border-bottom: 5px solid var(--color-third);
|
||
|
padding-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
@media (max-width: 768px) {
|
||
|
|
||
|
.tabs {
|
||
|
|
||
|
&>li {
|
||
|
color: #3C3F57;
|
||
|
font-size: 13px;
|
||
|
letter-spacing: 0.18px;
|
||
|
line-height: 17px;
|
||
|
|
||
|
&>.tab {
|
||
|
border-radius: 5px;
|
||
|
box-shadow: 0 0 6px 0 rgba(46, 63, 88, 0.17);
|
||
|
|
||
|
&.active {
|
||
|
color: var(--color-primary);
|
||
|
border: 1px solid var(--color-primary);
|
||
|
box-shadow: none;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|