diff --git a/src/styles/_grid-detail.scss b/src/styles/_grid-detail.scss index 4bf432eb..affe56fd 100644 --- a/src/styles/_grid-detail.scss +++ b/src/styles/_grid-detail.scss @@ -44,7 +44,8 @@ } .ag-cell{ display: flex; - align-items: center; + justify-content: center; + flex-direction: column; font-size: 13px; color: #45576F; line-height: 1.4 !important; diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 66519217..c9f4df76 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -1993,6 +1993,31 @@ $alert-color: #101010; &.none-flex{ flex: none; width: 230px; + .outline-form{ + .grid-select{ + flex: none; + width: 95.77px; + } + .thin{ + margin-left: auto; + } + } + } +} +.roof-module-tab2-overflow{ + max-height: 500px; + overflow-y: auto; + padding-bottom: 15px; + border-bottom: 1px solid #4D4D4D; + &::-webkit-scrollbar { + width: 4px; + background-color: transparent; + } + &::-webkit-scrollbar-thumb { + background-color: #D9D9D9; + } + &::-webkit-scrollbar-track { + background-color: transparent; } } .module-table-flex-wrap{ @@ -2019,8 +2044,9 @@ $alert-color: #101010; &.non-flex{ display: flex; flex-direction: column; - justify-content: flex-end; + justify-content: flex-start; flex: none; + padding-top: 27.5px; width: 260px; } } @@ -2054,11 +2080,14 @@ $alert-color: #101010; justify-content: flex-end; } } -.module-bottom{ - padding-bottom: 15px; - border-bottom: 1px solid #4D4D4D; -} +.reset-word-wrap{ + display: flex; + align-items: center; + .grid-btn-wrap{ + margin-left: auto; + } +} .reset-word{ font-size: 12px; color: #FFCACA; diff --git a/src/styles/_reset.scss b/src/styles/_reset.scss index d87bbc76..ceb5aff3 100644 --- a/src/styles/_reset.scss +++ b/src/styles/_reset.scss @@ -357,7 +357,7 @@ button{ clip-path:inset(0 0 100% 0); width: calc(100% + 2px); padding: 8px 0; - max-height: 100px; + max-height: 116px; overflow-y: auto; background-color: #373737; border: 1px solid #3F3F3F;