Compare commits

..

No commits in common. "af0c4640af38998e41a0c9ea1dd78e1fd3321bf7" and "b9554dd0d0ac85d04b257e618b727ec2eb00e894" have entirely different histories.

View file

@ -10,7 +10,6 @@
<div class="content">
<FAIcon
class="confirm-icon"
icon="circle-question"
size="3x"
fixed-width
@ -43,12 +42,6 @@
<script src="./confirm_modal.js"></script>
<style lang="scss">
.confirm-modal {
.confirm-icon {
margin-left: 0.75rem;
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.content {
display: flex;
align-items: center;
@ -57,8 +50,8 @@
line-height: 1.5;
p {
margin-top: 0.75em;
margin-bottom: 0.75em;
margin: 0.75em;
margin-right: 0;
&:first-child {
margin-top: 0;
@ -76,8 +69,6 @@
.text {
max-width: 50ch;
margin-left: 0.5em;
margin-right: 3.5em;
}
}
</style>