gpttemp
This commit is contained in:
24
code/public/static/css/modules/trending/trending_05.css
Normal file
24
code/public/static/css/modules/trending/trending_05.css
Normal file
@@ -0,0 +1,24 @@
|
||||
/* trending_05.css */
|
||||
.__PFX__-t5-wrap {
|
||||
margin: 22px 0;
|
||||
}
|
||||
.__PFX__-t5-hd {
|
||||
font-size: 16px;
|
||||
color: var(--primary-color);
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.__PFX__-t5-line {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 6px;
|
||||
padding: 8px 0;
|
||||
border-bottom: 1px solid rgba(0,0,0,.06);
|
||||
}
|
||||
.__PFX__-t5-dot {
|
||||
color: var(--primary-color);
|
||||
font-size: 14px;
|
||||
}
|
||||
.__PFX__-t5-name {
|
||||
font-size: 13px;
|
||||
color: #333;
|
||||
}
|
||||
Reference in New Issue
Block a user