Socialify

Folder ..

Viewing main.css
76 lines (76 loc) • 1.2 KB

 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
.padded {
    padding: 0px 0px 30px 0px;
}
.padded-top{
  padding: 50px;
}
.padded-bar {
    padding: 10px 0px 5px 10px;
}
.sidebar {
    height: 100%;
    position: fixed;
    z-index: 1;
    left: 0;
    overflow-y: scroll;
    width: 240px;
}
.main {
    margin-left: 245px;
    padding-top: 10px;
}
.list-group-item > a {
    color: black;
    font-size: 0.8em;
}
.list-group-item {
    padding: .35rem 1.25rem;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #555555;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #262626;
}
::-webkit-scrollbar-thumb:active {
  background: #262626;
}
::-webkit-scrollbar-track {
  background: #ffffff;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #ffffff;
}
::-webkit-scrollbar-track:active {
  background: #ffffff;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
.sale-box {
    text-align: center;
}
.sale-box > img {
    width: 100%;
}
.recents {
    padding: 1.5rem;
}
#sign {
  display: block;
}
#signed {
  display: none;
}