Add logic for adding & removing domains

This commit is contained in:
MattIPv4
2020-04-30 21:52:42 +01:00
parent 1d5b1a66b0
commit b337a0d0dc
2 changed files with 45 additions and 7 deletions

View File

@@ -49,6 +49,26 @@ $highlight: #f2c94c;
color: $dark-blue;
}
}
a {
i {
font-size: .75em;
&.fa-plus {
margin: 0 .35rem 0 0;
}
&.fa-times {
margin: 0 0 0 .35rem;
transition: color $transition;
&:hover,
&:focus {
color: $primary;
}
}
}
}
}
}
}