﻿/* Default component styling */
hr,
h1,
h2,
h3,
h4,
h5,
h6,
a.d-block,
p,
ul,
li,
[data-editable],
[data-type] {
    border: 1px solid transparent;
    border-radius: 5px;
    min-height: 10px;
    min-width:10px;
}

[data-type="row"] {
    width: 100%;
    min-height: 20px;
}

[data-type="page"] {
    min-height: 50px;
}

[data-type="search"] label {
    min-width: 100px;
    display: inline-block;
}

[data-type="search"] form {
    margin: 10px;
}

.editing hr.selectable,
hr.selectable,
hr {
    min-height: unset;
    border-top: 1px solid;
    border-radius: initial;
    margin-top: 1rem;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 0;
}

.ql-align-center {
    text-align: center;
}

.ql-align-right {
    text-align: right;
}

.ql-align-justify {
    text-align: justify;
}