Create payment methods list

This commit is contained in:
inpsyde-maticluznar 2024-10-29 12:39:44 +01:00
parent 3a9f2a4a1f
commit 5d38233923
No known key found for this signature in database
GPG key ID: D005973F231309F6
21 changed files with 398 additions and 1 deletions

View file

@ -0,0 +1,36 @@
.ppcp-r-modal {
.components-modal {
&__header {
height: 52px;
padding: 20px 20px 0 20px;
button {
padding: 4px;
}
}
&__content {
margin-top: 48px;
padding: 0 50px 48px 50px;
}
}
&__header {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
border-bottom: 1px solid $color-gray-500;
padding-bottom: 12px;
}
&__title {
@include font(16, 20, 600);
color: $color-black;
}
&__content {
width: 400px;
max-width: 100%;
}
}