1
0
mirror of https://github.com/danbee/my-images synced 2025-03-04 08:49:05 +00:00

Improve tag styles

This commit is contained in:
Daniel Barber 2018-09-12 21:58:01 -04:00
parent 543ef33e85
commit f7f5e9a08b
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8

View File

@ -26,13 +26,23 @@
background: white;
color: #333;
margin: 0.25rem 0.125rem;
padding: 0.125rem 0.5rem;
padding: 0.1rem 0.25rem 0.15rem;
span {
margin: 0 0.15rem;
}
&.hidden {
display: none;
}
}
.delete-tag {
text-decoration: none;
color: #333;
font-weight: bold;
}
img {
background-color: white;
max-width: calc(100% - 1rem);