Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 2226 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2226 Rev 2227
Línea 94... Línea 94...
94
      }
94
      }
95
    }
95
    }
96
  }
96
  }
97
}
97
}
Línea 98... Línea -...
98
 
-
 
99
.responsiveNavbar {
-
 
100
  .userProfile {
-
 
101
    border-radius: 0;
-
 
102
    border-bottom: solid 1px rgb(0 0 0 / 25%) !important;
-
 
103
    &__header {
-
 
104
      display: flex !important;
-
 
105
      flex-direction: column;
-
 
106
      justify-content: center;
-
 
107
      align-items: center;
-
 
108
      &__imgContainer {
-
 
109
        display: grid;
-
 
110
        place-items: center;
-
 
111
        img {
-
 
112
          max-height: 100px;
-
 
113
        }
-
 
114
      }
-
 
115
    }
-
 
116
  }
-
 
117
}
-
 
118
 
98
 
119
.widget {
99
.widget {
120
  display: flex;
100
  display: flex;
121
  align-items: center;
101
  align-items: center;
122
  justify-content: space-around;
102
  justify-content: space-around;