Added a copy access code button (#2161)

This commit is contained in:
Ahmad Farhat
2020-10-06 14:23:46 -04:00
committed by GitHub
parent 1c2e8ad040
commit c80e215110
4 changed files with 53 additions and 28 deletions

View File

@ -215,3 +215,10 @@ input:focus, select:focus {
box-shadow: 0 0 10px $primary-color-lighten;
}
}
.btn-secondary {
color: $primary-color;
& i {
color: $primary-color;
}
}