Projekt

Obecné

Profil

Stáhnout (6.01 KB) Statistiky
| Větev: | Tag: | Revize:
1
// Ready for custom styling
2

    
3
body {
4
    //font-family: 'Nunito Sans', sans-serif;
5
    background-color: $cusBlack;
6

    
7
    .head-title h1 {
8
        color: $cusWhite;
9
        font-family: Avenir;
10
        font-size: 60pt;
11
        font-weight: bold;
12
        letter-spacing: 3px;
13
    }
14

    
15
    .carousel {
16
        .carousel-inner {
17
            img {
18
                filter: grayscale(100%);
19
            }
20
        }
21

    
22
        .carousel-caption {
23
            top: 20%;
24
            bottom: 20%;
25
            background-color:  rgba(239, 218, 179, 0.5);
26

    
27
            h2 {
28
                font-size: 11pt;
29
                letter-spacing: 3pt;
30
                color: $white;
31

    
32
            }
33

    
34
            p {
35
                font-size: 9pt;
36
                color: $black;
37
            }
38
        }
39
    }
40

    
41
    .auth{
42
        .card{
43
            border: none;
44
            text-align: center;
45
            font-size: 8pt;
46
        }
47
        .btn{
48
            font-size: 8pt;
49
        }
50

    
51
        .col-form-label{
52
            text-align: left;
53
            padding-top: 0px;
54
            padding-bottom: 0px;
55
        }
56
        .form-control{
57
            padding: 0px;
58
            height: 17pt;
59
        }
60

    
61
        .button-square {
62
            width: 100pt;
63
        }
64
    }
65

    
66
    .card-body {
67
    	background-color: $cusBlack;
68
    	font-family: Avenir;
69
    	color: $cusBrown3;
70

    
71
	}
72

    
73
    .logo{
74
        color: $cusWhite;
75
        font-size: 11pt;
76
        font-family: Avenir Black;
77
        width: 100pt;
78
        letter-spacing: 1pt;
79
    }
80

    
81
	.form-control {
82
    	background-color: $cusBlack;
83
    	margin-top: -1px;
84
    	//border-bottom: 1px;
85
    	border-top-color: $cusBlack;
86
    	border-left-color: $cusBlack;
87
    	border-right-color: $cusBlack;
88
    	border-bottom-color: 0.5pt $cusWhite;
89
    	color: $cusWhite;
90
        box-shadow: none;
91
        //transition: none;
92
        font-size: 8pt;
93
	}
94

    
95
    .form-control:focus {
96
        background-color: $cusBlack;
97
        margin-top: -1px;
98
        //border-bottom: 1px;
99
        border-top-color: $cusBlack;
100
        border-left-color: $cusBlack;
101
        border-right-color: $cusBlack;
102
        border-bottom-color: 0.5pt $cusWhite;
103
        color: $cusWhite;
104
        box-shadow: none;
105
        //transition: none;
106
        font-size: 8pt;
107
    }
108

    
109
    .button-square {
110
        background-color: $black;
111
        color: $white;
112
        border: 1pt solid $white;
113
        border-radius: 0;
114
    }
115

    
116
    .button-image {
117
        background-color: transparent;
118
        border-color: transparent;
119

    
120
        &:before {
121
            content: "";
122
            width: 100px;
123
            height: 100px;
124
            display: inline-block;
125
            margin-right: 5px;
126
            vertical-align: text-top;
127
            background-color: transparent;
128
            background-position : center center;
129
            background-repeat:no-repeat;
130
        }
131
    }
132

    
133
    .monButton {
134

    
135
        &:before {
136
            background-image : url(../images/Button_Arrow_Small.png);
137
        }
138

    
139
        &:hover {
140
            background-color: transparent;
141
            border-color: $cusBrown3;
142
        }
143

    
144
        &:focus {
145
            background-color: transparent;
146
            border-color: $cusBrown3;
147
            outline: none !important;
148
            box-shadow: none !important;
149
        }
150

    
151
        &:active {
152
            background-color: transparent !important;
153
            border-color: transparent !important;
154
            outline: none !important;
155
            box-shadow: none !important;
156
        }
157
    }
158

    
159

    
160
    .content {
161
        position: relative;
162

    
163
        //Circle style button
164
        .btn-circle.rounded-circle.btn-sm {
165
            position: absolute;
166
            width: 120px;
167
            height: 120px;
168
            padding: 6px 0px;
169
            border-radius: 15px;
170
            font-size: 16px;
171
            text-align: center;
172
            background-color: $cusBlack;
173
            border-color: $cusBrown3;
174
            border-width: 5px;
175
            color:$cusBrown3;
176
            outline: none !important;
177
            box-shadow: none !important;
178

    
179
            &:active {
180
                background-color: $cusBrown2;
181
                border-color: $cusBrown3;
182
                outline: none !important;
183
                box-shadow: none !important;
184
                color:$cusBlack;
185
            }
186
        }
187

    
188
        .btn-circle.rounded-circle.btn-dm
189
        {
190
            position: absolute;
191
            width: 240px;
192
            height: 240px;
193
            padding: 6px 0;
194
            border-radius: 15px;
195
            font-size: 16px;
196
            text-align: center;
197
            background-color: $cusBlack;
198
            border-color: $cusBrown3;
199
            color:$cusBrown3;
200
            border-width: 5px;
201
            outline: none !important;
202
            box-shadow: none !important;
203

    
204
            &:active {
205
                background-color: $cusBrown2;
206
                border-color: $cusBrown3;
207
                outline: none !important;
208
                box-shadow: none !important;
209
                color:$cusBlack;
210
            }
211
        }
212

    
213
        .btn-circle.rounded-circle.btn-xl
214
        {
215
            position: absolute;
216
            width: 360px;
217
            height: 360px;
218
            padding: 6px 0px;
219
            border-radius: 15px;
220
            font-size: 16px;
221
            text-align: center;
222
            background-color: $cusBlack;
223
            border-color: $cusBrown3;
224
            color:$cusBrown3;
225
            border-width: 5px;
226
            outline: none !important;
227
            box-shadow: none !important;
228

    
229
            &:active {
230
                background-color: $cusBrown2;
231
                border-color: $cusBrown3;
232
                outline: none !important;
233
                box-shadow: none !important;
234
                color:$cusBlack;
235
            }
236
        }
237
    }
238
}
239

    
240

    
241

    
242
@media only screen and (max-width: 540px)
243
{
244
    .head-title.text-center h1
245
    {
246
        font-size: 45pt;
247
    }
248

    
249
    .btn-circle.rounded-circle.btn-sm
250
    {
251
        width: 90px;
252
        height: 90px;
253
    }
254

    
255
    .btn-circle.rounded-circle.btn-dm
256
    {
257
        width: 130px;
258
        height: 130px;
259
    }
260

    
261
    .btn-circle.rounded-circle.btn-xl
262
    {
263
        width: 180px;
264
        height: 180px;
265
    }
266
}
(1-1/3)