|
|
|
.sources-container { |
|
display: flex !important; |
|
flex-direction: column !important; |
|
gap: 0.65rem !important; |
|
padding: 0 !important; |
|
} |
|
|
|
|
|
.loading-sources { |
|
padding: 1rem !important; |
|
} |
|
|
|
|
|
.source-card { |
|
background-color: #3e3e3eec !important; |
|
border-radius: 1rem !important; |
|
color: #fff !important; |
|
cursor: pointer !important; |
|
} |
|
.source-card:hover { |
|
background-color: #262626e5 !important; |
|
} |
|
|
|
|
|
.source-title { |
|
color: #fff !important; |
|
margin-top: -0.5rem !important; |
|
margin-bottom: 0.4rem !important; |
|
font-size: 1rem !important; |
|
} |
|
|
|
|
|
.source-link { |
|
display: flex !important; |
|
align-items: center !important; |
|
font-size: 0.8rem !important; |
|
color: #c1c1c1 !important; |
|
margin-bottom: 0.5rem !important; |
|
} |
|
|
|
|
|
.source-icon { |
|
width: 0.88rem !important; |
|
height: 0.88rem !important; |
|
margin-right: 0.3rem !important; |
|
filter: brightness(1.2) !important; |
|
} |
|
|
|
|
|
.source-domain { |
|
vertical-align: middle !important; |
|
} |
|
|
|
|
|
.separator { |
|
margin: 0 0.3rem !important; |
|
} |
|
|
|
|
|
.source-serial { |
|
font-size: 0.8rem !important; |
|
color: #c1c1c1 !important; |
|
} |
|
|
|
|
|
.source-description { |
|
color: #e8e8e8 !important; |
|
margin-bottom: -0.65rem !important; |
|
} |