mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-15 02:32:22 +00:00
Added specificity to CSS, removed exxtra line
This commit is contained in:
parent
bf6ebd88f6
commit
8bc78af5ae
2 changed files with 2 additions and 3 deletions
|
|
@ -14,9 +14,9 @@
|
|||
.dashed-underline
|
||||
border-bottom:1px dashed #000
|
||||
text-decoration:none
|
||||
cursor pointer
|
||||
cursor: pointer
|
||||
|
||||
.form-inline .form-control
|
||||
.buy-gems .form-inline .form-control
|
||||
padding:6px
|
||||
|
||||
p.resubscribe
|
||||
|
|
|
|||
|
|
@ -73,4 +73,3 @@ script(id='modals/buyGems.html', type='text/ng-template')
|
|||
|
||||
.modal-footer
|
||||
button.btn.btn-default(ng-click='$close()')=env.t('cancel')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue