Subversion Repository Public Repository

ChrisCompleteCodeTrunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
* {
    font-family: 'Roboto', sans-serif;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

header {
    padding-bottom: 80px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

.navbar-brand img {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.nav-item .active {
    text-decoration: underline;
}

.card {
    margin-bottom: 15px;
}

@media (max-width:575px) {
    .display-4 {
        font-size: 1.5rem;
    }

    .day h5 {
        background-color: #f8f9fa;
        padding: 3px 5px 5px;
        margin: -8px -8px 8px -8px;
    }

    .date {
        padding-left: 4px;
    }
}

@media (min-width: 576px) {
    .day {
        height: 14.2857vw;
    }
}

#map {
    width: 100%;
    height: 320px;
}

.navbar-theme {
    background-color: #dc3545;
    color: white;
}

    .navbar-theme a {
        color: white;
    }

        .navbar-theme a:hover {
            color: whitesmoke;
        }

.bg-theme {
}


.sechdr {
    font-weight: 600;
    font-size: 16px;
}

.lead {
    font-weight: 400;
    font-size: 15px;
}

table {
    font-family: "Roboto";
}
table thead tr td {
    font-size: 16px;
    font-weight: 700;
}

table tbody tr td {
    font-size: 14px;
    font-weight: 500;
}

Commits for ChrisCompleteCodeTrunk/ActionTireCo/ActionTireCo.Crm/Content/assets/css/actiontireco.crm.css

Diff revisions: vs.
Revision Author Commited Message
1 BBDSCHRIS picture BBDSCHRIS Wed 22 Aug, 2018 20:08:03 +0000