@@ -14,7 +14,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a href ng-click="setPackageAndContinue('00000000-0000-0000-0000-000000000000')" class="btn btn-link">
|
||||
<a href ng-click="setPackageAndContinue('00000000-0000-0000-0000-000000000000')" class="btn btn-link btn-link-reverse">
|
||||
No thanks, I do not want to install a starter website
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -268,3 +268,12 @@ input[type="submit"].btn {
|
||||
color: @grayDark;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
// Make a reverse type of a button link
|
||||
.btn-link-reverse{
|
||||
text-decoration:underline;
|
||||
&:hover,
|
||||
&:focus{
|
||||
text-decoration:none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user