Fix modal footers

pull/14769/head
alejandraarri 6 years ago
parent b364e67e6a
commit be842ddf09

@ -273,6 +273,10 @@
justify-content: center;
}
.Publish-modalShare .Pagination--searchShare {
bottom: 100px;
}
.Publish-optionsList {
width: 100%;
}

@ -102,5 +102,6 @@
align-items: center;
justify-content: space-between;
height: 97px;
border-top: 1px solid $cStructure-mainLine;
background-color: $cStructure-grayBkg;
}

@ -340,9 +340,10 @@ $sStickyHeight: 97px;
.Dialog-expandedSubContent {
flex-grow: 100;
margin-bottom: 97px;
overflow-x: hidden;
overflow-y: auto;
border: 1px solid $cStructure-mainLine;
border-top: 1px solid $cStructure-mainLine;
background-color: $cStructure-grayBkg;
}
@ -364,6 +365,7 @@ $sStickyHeight: 97px;
bottom: 0;
width: 100%;
height: $sStickyHeight;
background-color: $cStructure-grayBkg;
}
.Dialog-contentSubHeader {

@ -273,6 +273,10 @@
justify-content: center;
}
.Publish-modalShare .Pagination--searchShare {
bottom: 100px;
}
.Publish-optionsList {
width: 100%;
}

@ -33,7 +33,8 @@ $width: 800px;
align-items: center;
justify-content: space-between;
width: $width;
background: #F9F9F9;
border-top: 1px solid $cStructure-mainLine;
background: $cStructure-grayBkg;
}
.Form-rowData.InviteUsers-userType {
@ -51,6 +52,7 @@ $width: 800px;
left: 0;
width: 100%;
height: 97px;
background-color: $cStructure-grayBkg;
}
.InviteUsers .Form-rowInfoText--error {

Loading…
Cancel
Save