Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 587b80b5

Přidáno uživatelem Dominik Chlouba před téměř 4 roky(ů)

Bug fixes, creating and updating user, role seed
refs #8763 @0.5h

Zobrazit rozdíly:

src/Presentation/Leuze.App/wwwroot/css/site.css
1
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
2

  
3 1
html, body {
4 2
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
5 3
}
6

  
7
a, .btn-link {
8
    color: #0366d6;
9
}
10

  
11
.btn-primary {
12
    color: #fff;
13
    background-color: #1b6ec2;
14
    border-color: #1861ac;
4
html, body, div, span, applet, object, iframe,
5
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
6
a, abbr, acronym, address, big, cite, code,
7
del, dfn, em, img, ins, kbd, q, s, samp,
8
small, strike, strong, sub, sup, tt, var,
9
b, u, i, center,
10
dl, dt, dd, ol, ul, li,
11
fieldset, form, label, legend,
12
table, caption, tbody, tfoot, thead, tr, th, td,
13
article, aside, canvas, details, embed,
14
figure, figcaption, footer, header, hgroup,
15
menu, nav, output, ruby, section, summary,
16
time, mark, audio, video {
17
    margin: 0;
18
    padding: 0;
19
    border: 0;
20
    font-size: 100%;
21
    font: inherit;
22
    vertical-align: baseline;
15 23
}
16

  
17
.content {
18
    padding-top: 1.1rem;
24
/* HTML5 display-role reset for older browsers */
25
article, aside, details, figcaption, figure,
26
footer, header, hgroup, menu, nav, section {
27
    display: block;
19 28
}
20 29

  
21
.valid.modified:not([type=checkbox]) {
22
    outline: 1px solid #26b050;
30
body {
31
    line-height: 1;
23 32
}
24 33

  
25
.invalid {
26
    outline: 1px solid red;
34
a {
35
    color: #111111;
36
    text-decoration: none;
27 37
}
28 38

  
29
.validation-message {
30
    color: red;
39
ol, ul {
40
    list-style: none;
31 41
}
32 42

  
33
#blazor-error-ui {
34
    background: lightyellow;
35
    bottom: 0;
36
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
37
    display: none;
38
    left: 0;
39
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
40
    position: fixed;
41
    width: 100%;
42
    z-index: 1000;
43
blockquote, q {
44
    quotes: none;
43 45
}
44 46

  
45
    #blazor-error-ui .dismiss {
46
        cursor: pointer;
47
        position: absolute;
48
        right: 0.75rem;
49
        top: 0.5rem;
47
    blockquote:before, blockquote:after,
48
    q:before, q:after {
49
        content: '';
50
        content: none;
50 51
    }
52

  
53
table {
54
    border-collapse: collapse;
55
    border-spacing: 0;
56
}

Také k dispozici: Unified diff