Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 463 Rev 488
Línea 1... Línea 1...
1
@import "../../styles/variables.scss";
1
@import '../../styles/variables.scss';
Línea 2... Línea 2...
2
 
2
 
3
.profile_item {
-
 
4
  width: 100%;
-
 
5
  padding: 25px 20px;
-
 
6
  border: 1px solid $border-primary;
3
.profile_item {
7
  background-color: $bg-color;
4
  background-color: $bg-color;
8
  text-align: center;
5
  border: 1px solid $border-primary;
-
 
6
  border-radius: 10px;
-
 
7
  display: flex;
-
 
8
  flex-direction: column;
-
 
9
  gap: 0.5rem;
9
  border-radius: 10px;
10
  padding: 1rem;
-
 
11
  position: relative;
10
  position: relative;
12
  text-align: center;
11
 
13
  width: 100%;
12
  h3 {
14
  h3 {
13
    color: #16283c;
15
    color: #16283c;
14
    font-size: 1.2rem;
16
    font-size: 1.2rem;
15
    font-weight: 600;
17
    font-weight: 600;
16
  }
-
 
17
 
18
  }
18
   h4 {
19
  h4 {
19
    color: $subtitle-color;
20
    color: $subtitle-color;
20
    font-weight: 600;
21
    font-weight: 600;
21
  }
-
 
22
 
22
  }
23
  ul {
23
  ul {
24
    display: flex;
24
    display: flex;
25
    gap: 5px;
25
    gap: 5px;
26
    justify-content: space-around;
26
    justify-content: space-around;
27
  }
-
 
28
 
27
  }
29
  hr {
28
  hr {
30
    width: 90%;
29
    width: 90%;
31
    margin: 0.5rem auto;
30
    margin: 0.5rem auto;
32
  }
-
 
33
 
31
  }
34
  &_header {
32
  &_header {
35
    align-items: center;
33
    align-items: center;
36
    display: flex;
34
    display: flex;
37
    gap: 0.5rem;
35
    gap: 0.5rem;
Línea 56... Línea 54...
56
        align-self: center;
54
        align-self: center;
57
        gap: 0.5rem;
55
        gap: 0.5rem;
58
        flex: 1;
56
        flex: 1;
59
      }
57
      }
60
    }
58
    }
61
  }  
59
  }
62
}
60
}