Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5280 Rev 5828
Línea -... Línea 1...
-
 
1
@use "../../settings/mixins.scss";
-
 
2
 
1
.applicationSidebar {
3
.applicationSidebar {
2
  width: 100%;
4
  width: 100%;
3
  margin-bottom: 1rem;
5
  margin-bottom: 1rem;
Línea 4... Línea 6...
4
 
6
 
5
  button {
7
  button {
6
    width: 100%;
8
    width: 100%;
7
  }
9
  }
Línea 8... Línea 10...
8
}
10
}
-
 
11
 
9
 
12
.widget {
10
.widget {
13
  @include mixins.widget;
11
  display: flex;
14
  display: flex;
12
  align-items: center;
-
 
13
  justify-content: space-around;
15
  align-items: center;
14
  background-color: $bg-color;
-
 
Línea 15... Línea 16...
15
  padding: 0.5rem;
16
  justify-content: space-around;
16
  border-radius: $border-radius;
17
  padding: 1rem;
17
 
18
 
18
  &__app {
19
  &__app {