This commit is contained in:
2024-12-13 08:31:39 +07:00
parent 1ead9da097
commit 5bdf96851e
3554 changed files with 400518 additions and 83328 deletions
+33
View File
@@ -0,0 +1,33 @@
.swal-content {
padding: 0 20px;
margin-top: 20px;
font-size: initial;
&:last-child {
margin-bottom: 20px;
}
&__input,
&__textarea {
-webkit-appearance: none;
background-color: white;
border: none;
font-size: 14px;
display: block;
box-sizing: border-box;
width: 100%;
border: 1px solid rgba(0, 0, 0, 0.14);
padding: 10px 13px;
border-radius: 2px;
transition: border-color 0.2s;
&:focus {
outline: none;
border-color: #6DB8FF;
}
}
&__textarea {
resize: vertical;
}
}