Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3772 Rev 3778
Línea 3002... Línea 3002...
3002
}
3002
}
Línea 3003... Línea 3003...
3003
 
3003
 
3004
/* =============== footy-sec ============= */
3004
/* =============== footy-sec ============= */
3005
.footy-sec {
3005
.footy-sec {
3006
  width: 100%;
3006
  width: 100%;
3007
  padding: 50px 0 80px;
-
 
3008
  float: left;
3007
  padding: 1.5rem 0;
3009
  position: relative;
3008
  position: relative;
-
 
3009
}
-
 
3010
.footy-sec .container {
-
 
3011
  display: flex;
-
 
3012
  flex-wrap: wrap;
-
 
3013
  gap: 0.5rem;
-
 
3014
  align-items: center;
3010
}
3015
  justify-content: center;
-
 
3016
}
-
 
3017
.footy-sec .container .row {
-
 
3018
  width: 100% !important;
-
 
3019
}
-
 
3020
.footy-sec p {
-
 
3021
  font-size: 14px;
-
 
3022
  font-weight: 500;
-
 
3023
}
-
 
3024
.footy-sec p img {
-
 
3025
  padding-right: 5px;
-
 
3026
  position: relative;
-
 
3027
  top: 6px;
3011
 
3028
}
3012
.footy-sec ul {
-
 
3013
  float: left;
3029
.footy-sec ul {
3014
  margin-top: 5px;
3030
  margin-top: 5px;
3015
}
-
 
3016
 
3031
}
3017
.footy-sec ul li {
3032
.footy-sec ul li {
3018
  display: inline-block;
3033
  display: inline-block;
3019
  padding: 0 10px;
3034
  padding: 0 10px;
3020
  border-right: 1px solid #ffffff;
3035
  border-right: 1px solid #ffffff;
3021
}
-
 
3022
 
3036
}
3023
.footy-sec ul li:last-child {
3037
.footy-sec ul li:last-child {
3024
  border-right: none;
3038
  border-right: none;
3025
}
-
 
3026
 
3039
}
3027
.footy-sec ul li a {
3040
.footy-sec ul li a {
3028
  display: inline-block;
3041
  display: inline-block;
3029
  color: #3b5998;
3042
  color: #3b5998;
3030
  font-size: 14px;
3043
  font-size: 14px;
3031
  font-weight: 500;
3044
  font-weight: 500;
Línea 3032... Línea -...
3032
}
-
 
3033
 
-
 
3034
.footy-sec p img {
-
 
3035
  padding-right: 5px;
-
 
3036
  float: auto;
-
 
3037
  position: relative;
-
 
3038
  top: 6px;
-
 
3039
}
-
 
3040
 
-
 
3041
.footy-sec p {
-
 
3042
  font-size: 14px;
-
 
3043
  position: absolute;
-
 
3044
  font-weight: 500;
-
 
3045
  left: 50%;
-
 
3046
  margin-top: 30px;
-
 
3047
  transform: translateX(-50%);
-
 
3048
}
3045
}
3049
 
3046
 
3050
footer {
3047
footer {
3051
  background-color: var(--bg-color);
3048
  background-color: var(--bg-color);
3052
  float: left;
3049
  float: left;
Línea 3084... Línea 3081...
3084
  margin-top: 30px;
3081
  margin-top: 30px;
3085
  transform: translateX(calc(-50% + 6rem));
3082
  transform: translateX(calc(-50% + 6rem));
3086
}
3083
}
Línea 3087... Línea 3084...
3087
 
3084
 
3088
.fl-rgt {
-
 
3089
  position: absolute;
-
 
3090
  left: 50%;
-
 
3091
  transform: translateX(-50%);
3085
.fl-rgt {
3092
  margin-top: 30px;
3086
  max-width: 40px;
Línea 3093... Línea 3087...
3093
}
3087
}
3094
 
3088
 
3095
/* ================== USER PROFILE =================== */
3089
/* ================== USER PROFILE =================== */