mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-22 03:45:34 +08:00
Add logic for adding & removing domains
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user