[HIMA-119] Modal dialogs width updated

- Updated width to new designs
This commit is contained in:
Milos Jovanov
2019-03-07 14:06:59 +01:00
parent 9bc612d1db
commit 9c94f37481
3 changed files with 4 additions and 28 deletions

View File

@@ -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 {

View File

@@ -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 {

View File

@@ -6,7 +6,7 @@
text-align: center;
flex-direction: column;
height: 228px;
width: 728px;
width: 737px;
justify-content: center;
h1 {