Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16006 Rev 16007
Línea 1... Línea 1...
1
@use '../../../../css/shared/variables.scss';
1
@use '../../../../css/shared/variables.scss';
Línea 2... Línea 2...
2
 
2
 
3
.message {
-
 
4
  &::before {
-
 
5
    content: "";
-
 
6
    width: 0;
-
 
7
    height: 0;
-
 
8
    border-top: 6px solid transparent;
-
 
9
    border-bottom: 6px solid transparent;
-
 
10
    position: absolute;
-
 
11
    top: 0;
-
 
12
  }
-
 
13
 
3
.message {
14
  padding: 0.6rem 0.6rem 1.3rem 0.6rem;
4
  padding: 0.6rem 0.6rem 1.3rem 0.6rem;
15
  margin-bottom: 0.5rem;
5
  margin-bottom: 0.5rem;
16
  position: relative;
6
  position: relative;
17
  min-width: 4rem;
7
  min-width: 4rem;
Línea 48... Línea 38...
48
    color: variables.$light-gray;
38
    color: variables.$light-gray;
49
    right: 5px;
39
    right: 5px;
50
    bottom: 5px;
40
    bottom: 5px;
51
    font-size: 0.6rem;
41
    font-size: 0.6rem;
52
  }
42
  }
-
 
43
 
-
 
44
  &::before {
-
 
45
    content: "";
-
 
46
    width: 0;
-
 
47
    height: 0;
-
 
48
    border-top: 6px solid transparent;
-
 
49
    border-bottom: 6px solid transparent;
-
 
50
    position: absolute;
-
 
51
    top: 0;
-
 
52
  }
-
 
53
 
-
 
54
  &:first-child {
-
 
55
    margin-top: .5rem;
-
 
56
  }
53
}
57
}
Línea 54... Línea 58...
54
 
58
 
55
.chatImg {
59
.chatImg {
56
  max-width: 200px;
60
  max-width: 200px;