Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions dapp-oeth/src/components/GeoFenceCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ const GeoFenceCheck = () => {
line-height: 23px;
letter-spacing: 0em;
text-align: left;
margin-bottom: 24px;
}

.geofence-modal .info.sub {
Expand All @@ -179,7 +180,7 @@ const GeoFenceCheck = () => {
}

.geofence-modal .accept-criteria {
padding: 12px 24px 12px 24px;
padding: 0;
border-radius: 4px;
background-color: #51546633;
font-family: Inter;
Expand All @@ -191,7 +192,7 @@ const GeoFenceCheck = () => {
}

.geofence-modal .accept-criteria .list {
padding: 0 0 0 24px;
padding: 24px 24px 24px 36px;
margin: 0;
}

Expand All @@ -202,7 +203,7 @@ const GeoFenceCheck = () => {
.geofence-modal .ack {
display: inline-flex;
align-items: center;
margin: 18px 0;
margin: 24px 0;
}

.geofence-modal .ack .ack-label {
Expand All @@ -214,6 +215,7 @@ const GeoFenceCheck = () => {
line-height: 20px;
letter-spacing: 0em;
text-align: left;
margin: 0;
}

.geofence-modal .ack .label-text {
Expand Down
7 changes: 4 additions & 3 deletions dapp/src/components/GeoFenceCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const GeoFenceCheck = () => {
}

.geofence-modal .accept-criteria {
padding: 12px 24px 12px 24px;
padding: 0;
border-radius: 4px;
background-color: #fafbfc;
font-family: Lato;
Expand All @@ -187,7 +187,7 @@ const GeoFenceCheck = () => {
}

.geofence-modal .accept-criteria .list {
padding: 0 0 0 24px;
padding: 24px 24px 24px 36px;
margin: 0;
}

Expand All @@ -198,7 +198,7 @@ const GeoFenceCheck = () => {
.geofence-modal .ack {
display: inline-flex;
align-items: center;
margin: 18px 0;
margin: 24px 0;
}

.geofence-modal .ack .ack-label {
Expand All @@ -210,6 +210,7 @@ const GeoFenceCheck = () => {
line-height: 20px;
letter-spacing: 0em;
text-align: left;
margin: 0;
}

.geofence-modal .ack .label-text {
Expand Down
1 change: 1 addition & 0 deletions dapp/styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ section.dim {

.modal-content {
background-color: transparent !important;
border: none !important;
}

@media (max-width: 992px) {
Expand Down