branding: use separate css

This commit is contained in:
Girish Ramakrishnan
2020-03-25 08:53:27 -07:00
parent da08da2b54
commit fe4b3d5f1d
2 changed files with 83 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
<div class="modal-header">
<h4 class="modal-title">Choose Cloudron Avatar</h4>
</div>
<div class="modal-body settings-avatar-selector">
<div class="modal-body branding-avatar-selector">
<img id="previewAvatar" width="128" height="128" ng-src="{{ avatarChange.avatarUrl() }}"/>
<input type="file" id="avatarFileInput" style="display: none" accept="image/png"/>
@@ -47,7 +47,7 @@
<div>
<label class="control-label">Logo</label>
</div>
<div class="settings-avatar" ng-click="avatarChange.showChangeAvatar()">
<div class="branding-avatar" ng-click="avatarChange.showChangeAvatar()">
<img ng-src="{{ about.avatarUrl() }}"/>
<div class="overlay"></div>
</div>