Skip to content

Commit

Permalink
Merge pull request project-sunbird#65 from Ekta29yadav/UI-changes
Browse files Browse the repository at this point in the history
SB#0000 UI fixes
  • Loading branch information
pallakartheekreddy authored Mar 17, 2021
2 parents 0ead6be + 84cef13 commit cb32108
Show file tree
Hide file tree
Showing 5 changed files with 223 additions and 129 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@

:host ::ng-deep .ck-editor__editable {
/* min-height: 300px; */
}

.editorWrapper {
border: 0px solid white;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
body{
background: #fff !important;
}
.add-to-library {
position: relative;
z-index: 999 !important;
Expand All @@ -7,6 +10,108 @@
padding-left: 2px;
position: relative;
top: -5px;
}
.back-btn{
&:hover{
background: none !important;
}
}
.back-btn {
min-width: auto;
}
.dynamic-form {
label {
font-size: 12px !important;
margin-bottom: 0.5rem !important;
color: #121213e0;
font-weight: 600;
}

.sb-textbox,
select,
.sb-textarea,
.list-border {
border: 1px solid rgba(34, 36, 38, 0.15) !important;
padding: 0.85rem 0.5rem !important;
border-radius: 0.28571429rem;
font-size: 0.785rem !important;
font-weight: 500;
// text-transform: capitalize;
}

.multi-select-container{
.list-border{
ul{
@extend label;
color: #333;
padding: 0;
margin: 0 !important;
opacity: 1 !important;
font-weight: 500 !important;
}
}
}

.sb-modal-dropdown-web{
ul{
color: #333;
padding: 0;
margin: 0 !important;
opacity: 1 !important;
font-size: 12px !important;
font-weight: 500;
border: 2px solid #eeeeef;
}
}
.sb-keywordbox{
border: 1px solid rgba(34,36,38,.15) !important;
padding: .45rem .5rem!important;
border-radius: .28571429rem;
font-size: 0.785rem !important;
font-weight: 500;
padding: 0 !important;
.ng2-tag-input{
padding: 0;
tag{
margin-left: 0.5rem;
}
}
.ng2-tags-container{
margin-top: 0.2rem;
}
.tag-wrapper,delete-icon svg{
height: 24px;
line-height: 24px;
}
}
.topic-picker-selector{
@extend .sb-textbox;
}
.sb-dropdown{
label{
padding: 0;
}
}
.sb-textarea-container{
.sb-textarea{
height: 2.7rem;
}
label{
padding: 0;
}
}
.sb-checkbox{
padding: 1.5rem 0;
margin-top: 2rem;
}
sb-icon-dropdown{
top: 10px !important;
right: 6px !important;
}
}
.sb-textarea-container,
.sb-dropdown{
margin: 1rem 0 !important;
}
.container {
width: 95% !important;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
border: 1px solid #d0e0f3;
background-color: var(--primary-0);
padding: 15px 33px;
border-top: none;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
</div>

<div class="sb-bg-lightBlue">
<div class="sb-bg-lightBlue bb-1">
<div class="d-flex flex-jc-space-between flex-ai-center py-20 ui container">
<div class="practical-header__title font-weight-bold pl-20 fs-0-92">
{{ labelConfigData.title }}
Expand Down
Loading

0 comments on commit cb32108

Please sign in to comment.