update
This commit is contained in:
parent
d011e6c286
commit
557ce84468
BIN
frontend/src/assets/images/qr-code.png
Normal file
BIN
frontend/src/assets/images/qr-code.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
@ -41,6 +41,13 @@
|
||||
<svg-icon icon="post" class-name="icon" />
|
||||
Post
|
||||
</button>
|
||||
<div class="form-check form-switch header-switch-container">
|
||||
<input class="form-check-input" type="checkbox" role="switch" id="personal-earning-now-checkbox" disabled>
|
||||
<label class="form-check-label" for="personal-earning-now-checkbox">
|
||||
<span>Providing service</span>
|
||||
</label>
|
||||
<div class="header-switch-desc">Please go to profile page to add money receiving method</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="profile-container">
|
||||
<img
|
||||
@ -214,6 +221,21 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.header-switch-container {
|
||||
position: relative;
|
||||
|
||||
.header-switch-desc {
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
left: 0;
|
||||
bottom: -20px;
|
||||
font-size: 12px;
|
||||
color: #3D455F;
|
||||
white-space: nowrap;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.company-logo {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user