Grammalecte  Diff

Differences From Artifact [4ac065c55b]:

To Artifact [2a886a1bfe]:


111
112
113
114
115
116
117

118
119
120
121
122
123
124
125
126


/*
    Spinner
*/
.grammalecte_spinner {
    visibility: hidden;

    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 200px;
    background-color: hsla(210, 80%, 80%, .5);
    border: 10px solid hsla(210, 80%, 60%, .5);
    border-top: 10px solid hsla(210, 100%, 40%, .7);
    border-bottom: 10px solid hsla(210, 100%, 40%, .7);







>
|
|







111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127


/*
    Spinner
*/
.grammalecte_spinner {
    visibility: hidden;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 200px;
    background-color: hsla(210, 80%, 80%, .5);
    border: 10px solid hsla(210, 80%, 60%, .5);
    border-top: 10px solid hsla(210, 100%, 40%, .7);
    border-bottom: 10px solid hsla(210, 100%, 40%, .7);