Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_specific.scss « templates « scss « assets - github.com/cristianmarint/sicily-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2eb40d233403bc47ebc854e85aa7f87691b1c97 (plain)
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
107
108
109
110
111
112
113
.vh-100 {
  min-height: 100vh;
}

.vh-90 {
  min-height: 90vh;
}

.vh-80 {
  min-height: 80vh;
}

.vh-70 {
  min-height: 70vh;
}

.vh-60 {
  min-height: 60vh;
}

.vh-50 {
  min-height: 50vh;
}

.vh-40 {
  min-height: 40vh;
}

.vh-30 {
  min-height: 30vh;
}

.vh-20 {
  min-height: 20vh;
}

.vh-10 {
  min-height: 10vh;
}

.social-media-link {
  color: $text-color-dark !important;
  font-weight: bold !important;
  font-size: small;
  border-color: $black !important;
}

.h3, h3 {
  color: $black;
}

input.contact-input {
  background-color: rgba(0,0,0,0) !important;
  padding: 0px;
  font-size: 16px;
  border-width: 1px;
  border-color: #000000 !important;
  color: #000000 !important;
  border-style: solid !important;
  border-radius: 0px !important;
}

textarea.contact-input {
  background-color: $transparent !important;
  border-style: solid !important;
  border-radius: 0px !important;
  border: 1px solid $black !important;
}

.contact-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff !important;
  background-color: #000000;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  color: $primary-color;
  border-color: $black;
}

.contact-button:hover {
  background: $black !important;
  border-color: $black !important;
  color: #ffffff !important;
  border-radius: 100px;
  text-decoration: none;
}

.post-summary{
  font-size: 1em !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

a:hover{
  text-decoration: underline !important;
}
  
.page-link{
  background-color: rgba(0,0,0,0) !important;
  color: #000000 !important;
}

.icon-color-primary{
  color:$primary-color;
}  

.icon-color-white{
  color:$white;
}