Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 16886 | Rev 16888 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 16886 Rev 16887
Línea 105... Línea 105...
105
  border: 0;
105
  border: 0;
106
  border-top: 1px solid;
106
  border-top: 1px solid;
107
  opacity: 0.1;
107
  opacity: 0.1;
108
}
108
}
Línea 109... Línea 109...
109
 
109
 
-
 
110
button,
-
 
111
button:active,
110
button {
112
button:focus {
111
  margin: 0;
113
  margin: 0;
112
  padding: 0;
114
  padding: 0;
113
  background: transparent;
115
  background: transparent;
114
  outline: none;
116
  outline: none;
Línea 117... Línea 119...
117
 
119
 
118
img {
120
img {
119
  max-width: 100%;
121
  max-width: 100%;
Línea -... Línea 122...
-
 
122
}
-
 
123
 
-
 
124
*::-webkit-scrollbar {
-
 
125
  width: 6px !important;
-
 
126
  height: 6px !important;
-
 
127
}
-
 
128
 
-
 
129
*::-webkit-scrollbar-thumb {
-
 
130
  background-color: rgba(0, 0, 0, 0.2);
-
 
131
}
-
 
132
 
-
 
133
*::-webkit-scrollbar-track {
-
 
134
  background: rgba(255, 255, 255, 0.08);
-
 
135
}
-
 
136
 
-
 
137
*::-webkit-input-placeholder {
-
 
138
  color: #ccc;
-
 
139
  font-size: 15px;
-
 
140
}
-
 
141
 
-
 
142
h1,
-
 
143
h2,
-
 
144
h3,
-
 
145
h4,
-
 
146
h5,
-
 
147
h6 {
-
 
148
  color: var(--title-color);
-
 
149
}
-
 
150
 
-
 
151
i,
-
 
152
svg {
-
 
153
  color: var(--icons-color)
120
}
154
}
121
 
155
 
122
h6,
156
h6,
123
.h6,
157
.h6,
124
h5,
158
h5,
Línea 136... Línea 170...
136
  font-weight: 500;
170
  font-weight: 500;
137
  line-height: 1.2;
171
  line-height: 1.2;
138
}
172
}
Línea 139... Línea 173...
139
 
173
 
140
h1,
-
 
141
h2,
-
 
142
h3 {
-
 
143
  color: var(--title-color);
-
 
144
}
-
 
145
 
-
 
146
h1,
174
h1,
147
.h1 {
175
.h1 {
148
  font-size: calc(1.375rem + 1.5vw);
176
  font-size: calc(1.375rem + 1.5vw);
Línea 149... Línea 177...
149
}
177
}