diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-07-07 19:23:03 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-07-08 16:13:43 +0300 |
commit | f792671ae247a931f34d902e9276202b5016ef9a (patch) | |
tree | 6104971e8074c9a3d720836276ff18619719ec02 /vid-webpack-master/src/app/shared/components/searchMembersModal/search-members-modal.component.scss | |
parent | fc62274e8d15964d63c62bf0e2f4abc040252ee9 (diff) |
Merge from ecomp 718fd196 - Modern UI
Issue-ID: VID-378
Change-Id: I2736b98426e324ec3aa233b034229ba84d99839f
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-webpack-master/src/app/shared/components/searchMembersModal/search-members-modal.component.scss')
-rw-r--r-- | vid-webpack-master/src/app/shared/components/searchMembersModal/search-members-modal.component.scss | 89 |
1 files changed, 0 insertions, 89 deletions
diff --git a/vid-webpack-master/src/app/shared/components/searchMembersModal/search-members-modal.component.scss b/vid-webpack-master/src/app/shared/components/searchMembersModal/search-members-modal.component.scss deleted file mode 100644 index d49653934..000000000 --- a/vid-webpack-master/src/app/shared/components/searchMembersModal/search-members-modal.component.scss +++ /dev/null @@ -1,89 +0,0 @@ -.modal-search-member-content { - height: 100vh; - width: 100vw; - position: relative; - background: white; - .header { - height: 60px; - font-family: OpenSans-Regular; - display: -webkit-box; - display: flex; - font-size: 14px; - box-shadow: 2px 2px 6px #D2D2D2; - color: white; - background: #009fdb; - z-index: 1; - position: relative; - .navigation-arrow-back { - border-right: 1px solid #1eb9f3; - width: 60px; - height: 60px; - cursor: pointer; - display: flex; - justify-content: center; - align-items: center; - } - .title { - font-size: 18px; - line-height: 60px; - margin-left: 20px; - } - button { - width: 125px; - font-family: OpenSans-Regular; - font-size: 14px; - margin-left: auto; - margin-right: 20px; - margin-top: 12px; - border: 1px solid white; - &:disabled { - opacity: 0.5; - background: none; - } - } - } - - .content-wrapper { - display: flex; - - .sidebar-left { - flex-basis: 285px; - border-right: 1px solid #D2D2D2; - height: calc(100vh - 60px); - - .search-criteria-wrapper{ - - .search-criteria-title{ - font-family: OpenSans-SemiBold; - font-size: 14px; - color: #191919; - border-bottom: 1px solid #D2D2D2; - line-height: 50px; - padding-left: 30px; - } - .search-item{ - color: #191919; - display: flex; - flex-direction: column; - margin: 25px 30px; - .label-item { - font-family: OpenSans-SemiBold; - font-size: 12px; - } - .text-item{ - font-family: OpenSans-Regular; - font-size: 14px; - color: #5a5a5a; - word-break: break-all; - } - - } - } - } - - .sidebar-right { - flex: 1; - margin: 80px 50px; - } - } -} |