pimp my CWs!

This commit is contained in:
Nicolas Constant 2019-03-02 01:16:37 -05:00
parent c33df7e366
commit fa9b1ef368
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 11 additions and 10 deletions

View File

@ -115,24 +115,25 @@
display: block; // border: 1px solid greenyellow;
margin: 0 10px 0 $avatar-column-space;
padding: 3px 5px 3px 5px;
background-color: $content-warning-background-color;
color: $content-warning-font-color;
border-radius: 3px;
text-decoration: none;
text-align: center;
text-align: left;
position: relative;
font-size: 13px;
border: 3px solid $status-secondary-color;
color: whitesmoke;
&--title {
// padding-top: 3px;
color: whitesmoke;
color: $content-warning-font-color;
font-size: 11px;
//font-weight: bold;
// outline: 1px solid greenyellow;
display: block;
width: calc(100%);
text-align: center;
// position: absolute;
// bottom: 5px;
text-align: right;
position: absolute;
bottom: 0px;
right: 4px;
}
}
&__created-at {