save-dialog.component.scss 362 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
h2 {
    font-family: 'Glacial Indifference Bold', sans-serif;
}

mat-dialog-content {
    display: flex;
    flex-direction: column;
    text-align: center;

    label {
        font-size: 17px;
        margin-bottom: 5px;
    }

    input {
        text-align: center;
        border-radius: 5px;
        height: 25px;
    }
}

button {
    margin-top: 20px;
}