Skip to content

Commit

Permalink
Rebase and implement the dimension changes in the new modals
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermemntt committed Feb 18, 2021
1 parent ea116d1 commit 9e3f2e0
Showing 1 changed file with 8 additions and 25 deletions.
33 changes: 8 additions & 25 deletions app/components/modals/Modals.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
}

.reducedBar {
width: 540px !important;
width: 540px;
}

.modal.info,
Expand Down Expand Up @@ -73,19 +73,11 @@
flex-direction: column;
}

.reducedBar.info {
margin-left: 390px;
}

.mixerSettings.info {
background-image: none;
padding: 30px;
width: 620px !important;
margin: 268px 0 0 116px;
}

.standalone.info {
margin-left: 420px;
min-width: 620px;
overflow-x: hidden;
}

.modal.info.double,
Expand Down Expand Up @@ -141,7 +133,7 @@
background-image: var(--decred-macos-1024-logo);
background-size: 231px;
background-repeat: no-repeat;
border-radius: 40px;
border-radius: 48px;
}

.aboutContent {
Expand Down Expand Up @@ -564,8 +556,6 @@
}

.confirmSendFromUnmixed {
top: 50px;
margin: 20px;
padding: 20px;
width: 700px;
}
Expand All @@ -584,13 +574,9 @@
.mixerSettingsTitle {
font-size: 20px;
}
@media screen and (max-width: 1179px) {
.confirmSendFromUnmixed {
margin-left: 150px;
}
@media screen and (max-width: 1179px) {
.mixerSettings.info {
width: 594px !important;
margin: 100px 0 0 71px;
}
}

Expand All @@ -608,13 +594,9 @@
width: 300px !important;
}

.standalone.confirmSeedCopy {
left: 20%;
right: 20%;
}
.mixerSettings.info {
width: 304px !important;
margin: 26px 0 0 6px;
width: 305px;
min-width: unset;
}
}

Expand Down Expand Up @@ -657,6 +639,7 @@
height: 66px;
width: 66px;
background-size: 59px;
border-radius: 23px;
}

.reducedBar.about .aboutBottomArea {
Expand Down

0 comments on commit 9e3f2e0

Please sign in to comment.