mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
[HIMA-119] Modal dialogs width updated
- Updated width to new designs
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
// FIRST STEP DESIGN
|
||||
.modal-step-1 {
|
||||
height: 479px;
|
||||
width: 728px;
|
||||
width: 737px;
|
||||
justify-content: center;
|
||||
|
||||
.header {
|
||||
@@ -252,7 +252,7 @@
|
||||
|
||||
.modal-step-2 {
|
||||
height: 394px;
|
||||
width: 728px;
|
||||
width: 737px;
|
||||
justify-content: flex-start;
|
||||
|
||||
.header {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
min-height: 367px;
|
||||
width: 728px;
|
||||
width: 737px;
|
||||
|
||||
h1 {
|
||||
font-size: 20px;
|
||||
@@ -56,30 +56,6 @@
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding-right: 75px;
|
||||
|
||||
// a {
|
||||
// font-size: 18px;
|
||||
// font-weight: bold;
|
||||
// color: $hima-button-color;
|
||||
|
||||
// &.active {
|
||||
// background-color: $hima-button-color;
|
||||
// color: #fff;
|
||||
// border-radius: 25px;
|
||||
// outline: none;
|
||||
// display: flex;
|
||||
// justify-content: center;
|
||||
// align-items: center;
|
||||
// padding: 14px 20px;
|
||||
|
||||
// img {
|
||||
// padding-right: 5px;
|
||||
// height: 18px;
|
||||
// width: 26px;
|
||||
// color: #fff;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
|
||||
.descriptions {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
text-align: center;
|
||||
flex-direction: column;
|
||||
height: 228px;
|
||||
width: 728px;
|
||||
width: 737px;
|
||||
justify-content: center;
|
||||
|
||||
h1 {
|
||||
|
||||
Reference in New Issue
Block a user