parent
32f9f258b7
commit
e72f8fbea7
@ -0,0 +1,19 @@ |
||||
.modal-validator-info { |
||||
max-width: 100%; |
||||
width: 660px; |
||||
} |
||||
|
||||
.modal-validator-info-content { |
||||
background-color: $modal-gray-background; |
||||
border-bottom-left-radius: $modal-border-radius; |
||||
border-bottom-right-radius: $modal-border-radius; |
||||
color: #a3a9b5; |
||||
column-gap: 60px; |
||||
display: grid; |
||||
font-size: 12px; |
||||
font-weight: normal; |
||||
grid-template-columns: 1fr 1fr 1fr; |
||||
line-height: 1.67; |
||||
padding: #{ $modal-vertical-padding } #{ $modal-horizontal-padding }; |
||||
row-gap: 30px; |
||||
} |
@ -1,4 +1,4 @@ |
||||
<div class="stakes-address-container"> |
||||
<span class="stakes-address"><%= @address %></span> |
||||
<span class="stakes-address js-validator-info-modal"><%= @address %></span> |
||||
<%= render BlockScoutWeb.CommonComponentsView, "_check_tooltip.html", text: @tooltip %> |
||||
</div> |
@ -0,0 +1,17 @@ |
||||
<div class="modal fade" id="validatorInfoModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true"> |
||||
<div class="modal-dialog modal-dialog-centered modal-validator-info" role="document"> |
||||
<div class="modal-content"> |
||||
<div class="modal-header"> |
||||
<h5 class="modal-title">0x18Bea833D503341C529a788c82909337e552a44e</h5> |
||||
<button type="button" class="close close-modal" data-dismiss="modal" aria-label="Close"> |
||||
<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18"> |
||||
<path fill="#F6F7F9" fill-rule="evenodd" d="M10.435 8.983l7.261 7.261a1.027 1.027 0 1 1-1.452 1.452l-7.261-7.261-7.262 7.262a1.025 1.025 0 1 1-1.449-1.45l7.262-7.261L.273 1.725A1.027 1.027 0 1 1 1.725.273l7.261 7.261 7.23-7.231a1.025 1.025 0 1 1 1.449 1.45l-7.23 7.23z"/> |
||||
</svg> |
||||
</button> |
||||
</div> |
||||
<div class="modal-validator-info-content"> |
||||
dfsfgdfs |
||||
</div> |
||||
</div> |
||||
</div> |
||||
</div> |
Loading…
Reference in new issue