Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16893 Rev 16915
Línea 109... Línea 109...
109
 
109
 
110
button,
110
button,
111
button:active,
111
button:active,
112
button:focus {
112
button:focus {
113
  margin: 0;
-
 
114
  padding: 0;
113
  margin: 0;
115
  background: transparent;
114
  background: transparent;
116
  outline: none;
115
  outline: none;
117
  border: 0;
116
  border: 0;
Línea 27802... Línea 27801...
27802
.btn {
27801
.btn {
27803
  font-size: 0.95rem;
27802
  font-size: 0.95rem;
27804
  height: fit-content;
27803
  height: fit-content;
27805
  line-height: 1;
27804
  line-height: 1;
27806
  display: inline-flex;
27805
  display: inline-flex;
-
 
27806
  align-items: center;
27807
  gap: 5px;
27807
  gap: 5px;
27808
  padding: 5px 10px !important;
27808
  padding: 5px 10px !important;
27809
}
27809
}
Línea 27810... Línea 27810...
27810
 
27810