summaryrefslogtreecommitdiff
path: root/Pages/Component/MiniPrincipalSelect.razor.css
blob: 4b7a217e7cbb872d8278268942a9e37c18e1f83f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
div {
    align-items:    center;
    display:        flex;
    flex-direction: row;
    margin-bottom:  16px;
}

div * {
    margin: 0;
}

div :not(:last-child) {
    margin-right: 5px;
}

div input[type="text"] {
    flex-grow: 1;
}