Skip to content

Commit

Permalink
button css changes
Browse files Browse the repository at this point in the history
  • Loading branch information
staware30 committed Nov 22, 2024
1 parent 0cd2c75 commit fa9c7a6
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions blocks/gmo-program-details/gmo-program-details.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ body {
.export-asset-count-button{
background-color: #FFFFFF;
font: normal normal normal 15px/18px Adobe Clean;
height: 32px;
height: auto;
width: auto;
display: flex;
padding-right: 12px;
padding: 5px 10px 5px 10px;
align-items: center;
border: 1px solid #D3D3D3;
border-radius: 4px;
Expand All @@ -44,8 +45,8 @@ body {
}
& > .icon {
width: 15px;
margin-left: 10px;
margin-right: 10px;
margin-left: 5px;
margin-right: 8px;
}

}
Expand Down Expand Up @@ -216,6 +217,11 @@ body {
display: flex;
flex-direction: row;
justify-content: space-between;
position: relative;
& .export-asset-count-button{
position:absolute;
right: 450px;
}
}
.tab.calendar {
margin-top:10px;
Expand Down Expand Up @@ -711,6 +717,7 @@ body {
margin-bottom: 5px;
&:not(:last-child) {
margin-right: 5px;
cursor: pointer;
}
&.selected{
background-color: #0096FF;
Expand Down

0 comments on commit fa9c7a6

Please sign in to comment.