mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-02 03:54:59 +08:00
28 lines
568 B
SCSS
28 lines
568 B
SCSS
.component_popup{
|
|
.popup--content{
|
|
font-size: 1.1em;
|
|
margin: 0;
|
|
p {margin: 0;}
|
|
.modal-error-message{font-size: 15px;}
|
|
}
|
|
.buttons{
|
|
margin: 15px -20px 0 -20px;
|
|
display: flex;
|
|
> div {
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
[type="submit"]{
|
|
border-radius: 10px 0 0;
|
|
}
|
|
> button{
|
|
width: 50%;
|
|
margin-left: auto;
|
|
}
|
|
}
|
|
.modal-error-message{
|
|
color: var(--error);
|
|
}
|
|
.center{text-align: center;}
|
|
}
|