-
Notifications
You must be signed in to change notification settings - Fork 0
/
boards.css
70 lines (54 loc) · 1.08 KB
/
boards.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
69
70
.navbar{
background:#0079bf;
}
.nav-link , .navbar-brand{
color: #f4f4f4 !important;
border-radius: 5px;
}
.nav-link{
margin-right: 1em !important;
}
.nav-link:hover , .navbar-brand:hover{
background: #f4f4f4; color: #0079bf !important;
}
.navbar-collapse{
justify-content: flex-end;
}
.navbar-toggler{
background:#fff !important;
}
.corpo{
background-color: #e4e4e400;
background-attachment: fixed;
background-size: cover;
background-position: center;
position: relative;
top:56px;
padding: 60px 40px;
}
.board{
margin: 5px 0 0 0 ;
height: 120px !important;
background-color:#0079bf;
min-width: 200px;
}
.board:hover{
opacity: 0.85;
cursor: pointer;
}
.board-adicionar{
margin: 5px 0 0 0 ;
height: 120px !important;
min-width: 200px;
}
.board-adicionar:hover{
margin: 5px 0 0 0 ;
height: 120px !important;
color: white !important;
background-color: #0079bf !important;
cursor: pointer;
}
.btn-board{
font-size: 0.8em;
min-width: 50px;
}