forked from giovanigenerali/precodeveiculo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
68 lines (68 loc) · 2.13 KB
/
styles.css
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
/* Preço de Veículo - https://precodeveiculo.netlify.app
* https://github.com/giovanigenerali/precodeveiculo
* Developed by Giovani Generali - https://github.com/giovanigenerali
*/
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
Arial, sans-serif;
margin: 1rem;
}
h4 {
margin: 0 0 0.5rem 0;
}
p {
margin: 0 0 1rem 0;
}
select,
button {
font-size: 1rem;
margin: 0 0 1rem 0;
padding: 0.5rem;
width: 100%;
}
select {
background-color: white;
height: 3rem;
text-overflow: ellipsis;
word-break: break-all;
}
button {
background-color: lightgray;
border: 1px solid;
}
table {
border: 1px solid black;
border-collapse: collapse;
}
table tr td {
padding: 1rem;
border: 1px solid black;
}
table tr td:first-child {
background: whitesmoke;
font-weight: bold;
}
.container {
display: flex;
flex-direction: column;
margin: 1rem 0 1rem 0;
}
@media (min-width: 599px) {
.container {
flex-direction: row;
justify-content: space-between;
}
.container div {
text-align: left;
width: 48%;
}
}
.github {
display: flex;
align-items: center;
background-image: url('data:image/svg+xml;utf8,<svg id="Bold" enable-background="new 0 0 24 24" height="512" viewBox="0 0 24 24" width="512" xmlns="http://www.w3.org/2000/svg"><path d="m12 .5c-6.63 0-12 5.28-12 11.792 0 5.211 3.438 9.63 8.205 11.188.6.111.82-.254.82-.567 0-.28-.01-1.022-.015-2.005-3.338.711-4.042-1.582-4.042-1.582-.546-1.361-1.335-1.725-1.335-1.725-1.087-.731.084-.716.084-.716 1.205.082 1.838 1.215 1.838 1.215 1.07 1.803 2.809 1.282 3.495.981.108-.763.417-1.282.76-1.577-2.665-.295-5.466-1.309-5.466-5.827 0-1.287.465-2.339 1.235-3.164-.135-.298-.54-1.497.105-3.121 0 0 1.005-.316 3.3 1.209.96-.262 1.98-.392 3-.398 1.02.006 2.04.136 3 .398 2.28-1.525 3.285-1.209 3.285-1.209.645 1.624.24 2.823.12 3.121.765.825 1.23 1.877 1.23 3.164 0 4.53-2.805 5.527-5.475 5.817.42.354.81 1.077.81 2.182 0 1.578-.015 2.846-.015 3.229 0 .309.21.678.825.56 4.801-1.548 8.236-5.97 8.236-11.173 0-6.512-5.373-11.792-12-11.792z"/></svg>');
background-size: contain;
background-repeat: no-repeat;
padding-left: 20px;
height: 1rem;
}