Some more tools around Android icons
All checks were successful
/ publish (push) Successful in 1m48s
All checks were successful
/ publish (push) Successful in 1m48s
This commit is contained in:
parent
7f6dcac154
commit
c7ff8597aa
15 changed files with 644 additions and 2 deletions
54
site/android-icons/style.css
Normal file
54
site/android-icons/style.css
Normal file
|
|
@ -0,0 +1,54 @@
|
|||
#preview-area {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 1rem;
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
.preview-item {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 0.25rem;
|
||||
}
|
||||
|
||||
.preview-item img {
|
||||
width: 96px;
|
||||
height: 96px;
|
||||
object-fit: contain;
|
||||
border: 1px solid var(--pico-muted-border-color);
|
||||
border-radius: 4px;
|
||||
background: repeating-conic-gradient(#eee 0% 25%, #fff 0% 50%) 50% / 16px 16px;
|
||||
}
|
||||
|
||||
.preview-item span {
|
||||
font-size: 0.8rem;
|
||||
color: var(--pico-muted-color);
|
||||
word-break: break-all;
|
||||
max-width: 96px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.actions {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
#circle-preview {
|
||||
display: none;
|
||||
margin: 1rem 0;
|
||||
}
|
||||
|
||||
#circle-preview h3 {
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
|
||||
#circle-canvas {
|
||||
background: repeating-conic-gradient(#eee 0% 25%, #fff 0% 50%) 50% / 16px 16px;
|
||||
border-radius: 50%;
|
||||
box-shadow: 0 0 0 3px var(--pico-muted-border-color);
|
||||
}
|
||||
|
||||
#status {
|
||||
margin-top: 0.5rem;
|
||||
font-style: italic;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue