refactor(main): begin extracting styles from main.scss
This commit is contained in:
parent
aad5227542
commit
05d4fc7dce
8 changed files with 62 additions and 93 deletions
|
|
@ -4,7 +4,7 @@
|
|||
ng-init="titleSection='Preferences'; goBackToState = 'coinbase'; noColor = true">
|
||||
</div>
|
||||
|
||||
<div class="content preferences" ng-controller="preferencesCoinbaseController as coinbase">
|
||||
<div class="content coinbase-preferences" ng-controller="preferencesCoinbaseController as coinbase">
|
||||
|
||||
<ul ng-if="index.coinbaseAccount && !index.coinbaseError" class="no-bullet m0">
|
||||
<h4 class="title m0">Account</h4>
|
||||
|
|
@ -33,7 +33,7 @@
|
|||
</span>
|
||||
</li>
|
||||
|
||||
<h4 class="title m0">User Information</h4>
|
||||
<h4 class="title m0">User Information</h4>
|
||||
<li>
|
||||
<span>ID</span>
|
||||
<span class="right text-gray enable_text_select">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue