Grammalecte  Diff

Differences From Artifact [2d57bc7c73]:

To Artifact [b62a23721a]:


8
9
10
11
12
13
14
15
16
17
18
19
20

21

22
23
24
25
26
27
28
    margin: 3px;
    padding: 5px;
    border-radius: 3px;
    background-color: hsla(210, 100%, 96%, .2);
    border: 1px solid hsla(210, 100%, 92%, .2);
    box-shadow: 0 0 2px hsla(210, 100%, 0%, .2);
    font-family: "Trebuchet MS", "Liberation Sans", sans-serif;
    color: hsla(210, 100%, 50%, .2);
}

.grammalecte_wrapper_title {
    padding: 5px 0;
    font-size: 12px;

    font-variant: small-caps;

}

.grammalecte_wrapper_toolbar {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
    padding: 5px 10px;







<





>

>







8
9
10
11
12
13
14

15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
    margin: 3px;
    padding: 5px;
    border-radius: 3px;
    background-color: hsla(210, 100%, 96%, .2);
    border: 1px solid hsla(210, 100%, 92%, .2);
    box-shadow: 0 0 2px hsla(210, 100%, 0%, .2);
    font-family: "Trebuchet MS", "Liberation Sans", sans-serif;

}

.grammalecte_wrapper_title {
    padding: 5px 0;
    font-size: 12px;
    font-weight: bold;
    font-variant: small-caps;
    color: hsla(210, 100%, 50%, .5);
}

.grammalecte_wrapper_toolbar {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
    padding: 5px 10px;