Commit a2f52ec3 authored by ArtiSingh23's avatar ArtiSingh23
Browse files

Issue#SH-154 UI - Creation of Managed User Accounts (MUA) by logged in User...

Issue#SH-154 UI - Creation of Managed User Accounts (MUA)  by logged in User accounts (LIUA) - Portal & App
parent 5c8fcf2a
master Dark_theme SB-25589 SB-28090 aws_fileRead contributions dependabot/npm_and_yarn/src/app/client/decode-uri-component-0.2.2 dependabot/npm_and_yarn/src/app/decode-uri-component-0.2.2 dependabot/npm_and_yarn/src/app/express-4.17.3 dependabot/npm_and_yarn/src/app/jsonwebtoken-9.0.0 dependabot/npm_and_yarn/src/desktop/OpenRAP/decode-uri-component-0.2.2 dependabot/npm_and_yarn/src/desktop/OpenRAP/express-4.17.3 dependabot/npm_and_yarn/src/desktop/OpenRAP/jsonwebtoken-9.0.0 dependabot/npm_and_yarn/src/desktop/OpenRAP/qs-6.5.3 dependabot/npm_and_yarn/src/desktop/decode-uri-component-0.2.2 dependabot/npm_and_yarn/src/desktop/express-4.17.3 dependabot/npm_and_yarn/src/desktop/jsonwebtoken-9.0.0 dependabot/npm_and_yarn/src/desktop/qs-6.10.3 filters_5.1.1 gcp gcp_test keshavprasadms-patch-1 keshavprasadms-patch-2 release-3.0 release-3.0-merge release-3.0.0 release-3.0.1 release-3.0.2 release-3.0.3 release-3.0.4 release-3.0.4-sso release-3.1.0 release-3.1.1 release-3.1.2 release-3.2.0 release-3.2.1 release-3.2.10 release-3.2.11 release-3.2.12 release-3.2.13 release-3.2.14 release-3.2.2 release-3.2.3 release-3.2.4 release-3.3.0 release-3.3.0-telemetry-fix release-3.3.1 release-3.3.2 release-3.4.0 release-3.4.1 release-3.4.2 release-3.4.3 release-3.4.4 release-3.4.5 release-3.4.6 release-3.4.7 release-3.5.0 release-3.5.1 release-3.5.2 release-3.5.3 release-3.6.0 release-3.6.1 release-3.6.5 release-3.6.6 release-3.7.0 release-3.7.1 release-3.7.2 release-3.8.0 release-3.8.1 release-3.8.2 release-3.8.3 release-3.9.0 release-3.9.1 release-3.9.2 release-3.9.3 release-4.0.0 release-4.0.1 release-4.0.2 release-4.1 release-4.1.0 release-4.1.1 release-4.10.0 release-4.10.0.1 release-4.10.1 release-4.10.2 release-4.10.2.1 release-4.10.2.2 release-4.10.3 release-4.2.0 release-4.2.1 release-4.3.0 release-4.3.1 release-4.4.0 release-4.4.1 release-4.5.0 release-4.5.1 release-4.5.2 release-4.6.0 release-4.7.0 release-4.7.1 release-4.8.0 release-4.8.5 release-4.9.0 release-4.9.1 release-5.0.0 release-5.0.0.1 release-5.0.0.2 release-5.0.0.3 release-5.0.1 release-5.0.2 release-5.1.0 release-5.1.1 revert-4427-player-cache-issue revert-4537-SB-19763 revert-5244-sh-809 revert-5260-SB-table-3.3.0 revert-8284-release-5.0.0 sharathkashyap-patch-1 Tags unavailable
No related merge requests found
Showing with 94 additions and 76 deletions
+94 -76
...@@ -5,57 +5,78 @@ ...@@ -5,57 +5,78 @@
</div> </div>
<form class="sb-form my-16"> <form class="sb-form my-16">
<div class="sb-field"> <div class="ui stackable grid m-0">
<label class="font-weight-normal">Name<span>*</span></label>
<input class="sb-form-control" type="text" placeholder="Enter user name"> <div class="twelve wide column p-0">
<div class="fields-selection p-0">
<div class="sb-field field-focus mb-8">
<input class="sb-form-control selection fields-dropdown ui dropdown" type="text" placeholder="Enter user name">
<label class="font-weight-normal">Name<span>*</span></label>
</div>
</div>
</div> </div>
<div class="d-flex flex-jc-space-between">
<div class="sb-field my-8 w-50"> <div class="six wide column p-0">
<label class="font-weight-normal">Board:</label> <div class="fields-selection p-0">
<!-- <sui-select class="selection" name="state" labelField="name" placeholder="Select State"> <div class="sb-field field-focus my-8">
<sui-select-option *ngFor="let state of states" [value]="state"></sui-select-option> <!-- <sui-select class="selection fields-dropdown" name="state" labelField="name" placeholder="Select State">
</sui-select>--> <sui-select-option *ngFor="let state of states" [value]="state"></sui-select-option>
</sui-select> -->
<label class="font-weight-normal">Board</label>
</div>
</div>
</div> </div>
<div class="sb-field my-8 ml-16 w-50"> <div class="six wide column p-0">
<label class="font-weight-normal">Medium:</label> <div class="fields-selection p-0">
<div class="sb-field"> <div class="sb-field field-focus my-8 onboard-content">
<!-- <sui-multi-select class="selection" name="district" labelField="name" placeholder="Select district"> <!-- <sui-multi-select class="selection fields-dropdown" name="district" labelField="name"
<sui-select-option *ngFor="let district of districts" [value]="district"></sui-select-option> placeholder="Select district">
</sui-multi-select>--> <sui-select-option *ngFor="let district of districts" [value]="district"></sui-select-option>
</sui-multi-select> -->
<label class="font-weight-normal">Medium</label>
</div>
</div> </div>
</div> </div>
</div>
<div class="sb-field mb-16"> <div class="twelve wide column p-0">
<label class="font-weight-normal">Class:</label> <div class="fields-selection p-0">
<div class="sb-field"> <div class="sb-field field-focus mt-8 mb-16">
<!-- <sui-multi-select class="selection" name="district" labelField="name" placeholder="Select district"> <!-- <sui-multi-select class="selection fields-dropdown" name="district" labelField="name"
<sui-select-option *ngFor="let district of districts" [value]="district"></sui-select-option> placeholder="Select district">
</sui-multi-select>--> <sui-select-option *ngFor="let district of districts" [value]="district"></sui-select-option>
</sui-multi-select> -->
<label class="font-weight-normal">Class</label>
</div>
</div>
</div> </div>
</div>
<div class="fields-selection d-flex flex-jc-space-between w-100"> <div class="six wide column p-0">
<div class="sb-field field-focus w-50"> <div class="fields-selection p-0">
<!-- <select class="ui dropdown selection fields-dropdown" [(ngModel)]="selectState"> <div class="sb-field field-focus">
<option [ngValue]="option" *ngFor="let option of selectStateOption" [value]="option">{{option?.name}} <!-- <select class="ui dropdown selection fields-dropdown" [(ngModel)]="selectState">
</option> <option [ngValue]="option" *ngFor="let option of selectStateOption" [value]="option">{{option?.name}}
</select>--> </option>
<label class="d-flex font-weight-normal">State</label> </select> -->
<label class="d-flex font-weight-normal">State</label>
</div>
</div>
</div> </div>
<div class="sb-field field-focus onboard-content w-50 ml-16"> <div class="six wide column p-0">
<!-- <select class="ui dropdown selection fields-dropdown" name="district" labelField="name" <div class="fields-selection p-0">
placeholder="Select district"> <div class="sb-field field-focus onboard-content">
<option [ngValue]="district" *ngFor="let district of districts" [value]="district">{{district?.name}} <!-- <select class="ui dropdown selection fields-dropdown" name="district" labelField="name"
</option> placeholder="Select district">
</select>--> <option [ngValue]="district" *ngFor="let district of districts" [value]="district">{{district?.name}}
<label class="d-flex font-weight-normal">District</label> </option>
</select> -->
<label class="d-flex font-weight-normal">District</label>
</div>
</div>
</div> </div>
</div> </div>
</form> </form>
<div class="required sb-checkbox sb-checkbox-primary sb-field"> <div class="required sb-checkbox sb-checkbox-primary sb-field">
<input type="checkbox" role="checkbox" name="checkbox"> <input type="checkbox" role="checkbox" name="checkbox">
<label class="fsmall mx-8 font-weight-normal">I understand and accept the <label class="fsmall mx-8 font-weight-normal">I understand and accept the
......
...@@ -27,11 +27,6 @@ ...@@ -27,11 +27,6 @@
:host { :host {
.fields-selection { .fields-selection {
display: flex; display: flex;
flex-direction: column;
@include respond-above(sm) {
flex-direction: row;
}
.sb-field .ui.selection.active.dropdown { .sb-field .ui.selection.active.dropdown {
border-color: #96c8da; border-color: #96c8da;
...@@ -45,23 +40,13 @@ ...@@ -45,23 +40,13 @@
margin-bottom: calculateRem(16px) 0px; margin-bottom: calculateRem(16px) 0px;
width: 100%; width: 100%;
@include respond-below(sm) {}
label { label {
font-size: 14px; font-size: 14px;
} }
} }
.onboard-content {
@include respond-above(sm) {
margin-left: 2rem;
html[dir="rtl"] & {
margin-right: 2rem;
}
}
}
.textColorChange {
color: #0076FE;
}
} }
} }
...@@ -71,26 +56,6 @@ ...@@ -71,26 +56,6 @@
align-items: flex-start; align-items: flex-start;
} }
.ui.selection.dropdown.fields-dropdown {
height: 2rem !important;
&:focus {
border: calculateRem(1px) solid #0076FE;
color: #0076FE !important;
}
}
.ui.selection.dropdown.fields-dropdown:focus ~ label {
border: 0px;
color: #0076FE;
font-weight: normal;
}
.ui.selection.dropdown.fields-dropdown option {
background: var(--white);
color: var(--black);
}
.sb-profile-btn { .sb-profile-btn {
border-radius: 40px; border-radius: 40px;
} }
...@@ -96,3 +96,35 @@ ...@@ -96,3 +96,35 @@
float:right; float:right;
} }
} }
.sb-form{
.ui.selection.dropdown.fields-dropdown {
min-height: 2rem !important;
&:focus{
border: calculateRem(1px) solid #0076FE;
color:#0076FE !important;
}
}
.ui.selection.dropdown.fields-dropdown:focus~label {
border: 0px;
color: #0076FE;
font-weight: normal;
}
.ui.selection.dropdown.fields-dropdown option{
background: var(--white);
color:var(--black);
}
.onboard-content {
margin-left: 0;
@include respond-above(sm) {
margin-left:1rem ;
html[dir="rtl"] & {
margin-left:0 ;
margin-right:1rem ;
}
}
}
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment