Skip to content
Snippets Groups Projects
Commit 74eb3870 authored by resynth1943's avatar resynth1943
Browse files

Long live replace_info

parent 68e2d5b0
No related branches found
No related tags found
No related merge requests found
.replace-info {
border-left: 10px solid #5e81ac;
padding-top: 5px;
background: #2c313d;
padding-bottom: 5px;
margin-bottom: 60px;
max-width: max-content;
padding-right: 20px;
}
.replace-info-list > li {
display: inline-block;
}
.replace-info-list > li:not(:last-child) {
margin-right: 20px;
}
.replace-info-list > li:not(:last-child)::after {
content: '|';
margin-left: 20px;
color: rgb(189, 189, 189);
}
.replace-info-list > li a {
text-decoration: none;
color: rgb(206, 206, 206);
padding: 10px;
/* border: 2px solid #37a4a1; */
background: #434c5e;
transition: background 0.25s linear;
}
.replace-info-list > li a:hover, .replace-info-list > li a:focus {
background: #2d0675;
}
.replace-info-addendum {
margin: 0;
padding: 0;
margin-bottom: 10px;
margin-left: 42px;
font-style: italic;
color: rgb(189, 189, 189);
/* display: inline-block; */
display: none;
}
.replace-info-list {
/* display: inline-block; */
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment