Explain tags

This commit is contained in:
Jeremy Thomas
2017-07-29 15:31:19 +01:00
parent 0e2f716de5
commit 2bd66119f0
6 changed files with 332 additions and 9 deletions

View File

@@ -3477,6 +3477,42 @@ input[type="submit"].button {
font-size: 1.25rem;
}
.tag.is-delete {
margin-left: 1px;
padding: 0;
position: relative;
width: 2em;
}
.tag.is-delete:before, .tag.is-delete:after {
background-color: currentColor;
content: "";
display: block;
left: 50%;
position: absolute;
top: 50%;
transform: translateX(-50%) translateY(-50%) rotate(45deg);
transform-origin: center center;
}
.tag.is-delete:before {
height: 1px;
width: 50%;
}
.tag.is-delete:after {
height: 50%;
width: 1px;
}
.tag.is-delete:hover, .tag.is-delete:focus {
background-color: #e8e8e8;
}
.tag.is-delete:active {
background-color: #dbdbdb;
}
.tag.is-rounded {
border-radius: 290486px;
}
@@ -8432,6 +8468,16 @@ html.route-index #carbon {
border-bottom-color: #00d1b2;
}
.anchor-title {
padding-top: 1.5rem;
position: relative;
}
.anchor-link {
position: absolute;
right: calc(100% + 1rem);
}
.article-image {
background-color: #00d1b2;
display: block;