| 1234567891011121314151617181920212223242526272829303132333435363738 |
- .web-stats,
- .add-ftp {
- text-decoration: line-through;
- }
- .r-col {
- .stats {
- .c-2 {
- margin-left: 20px;
- }
- }
- }
- .r-col {
- .c-2 span.stat,
- .c-3 span.stat {
- margin-left: 1rem;
- }
- .name {
- display: flex;
- align-items: center;
- > div:nth-child(1) {
- margin-right: 2rem;
- }
- .dns-name-span {
- font-style: italic;
- color: #858585;
- font-size: 14px;
- }
- }
- }
- div.crossed {
- text-decoration: line-through;
- }
|