Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15851 Rev 16006
Línea 10... Línea 10...
10
    position: absolute;
10
    position: absolute;
11
    top: 0;
11
    top: 0;
12
  }
12
  }
Línea 13... Línea 13...
13
 
13
 
14
  padding: 0.6rem 0.6rem 1.3rem 0.6rem;
14
  padding: 0.6rem 0.6rem 1.3rem 0.6rem;
15
  margin-top: 0.5rem;
15
  margin-bottom: 0.5rem;
16
  position: relative;
16
  position: relative;
17
  min-width: 4rem;
17
  min-width: 4rem;
18
  max-width: 70%;
18
  max-width: 70%;
19
  display: flex;
19
  display: flex;
Línea 32... Línea 32...
32
  }
32
  }
Línea 33... Línea 33...
33
 
33
 
34
  &_received {
34
  &_received {
35
    justify-self: flex-start;
35
    justify-self: flex-start;
36
    align-self: flex-start;
36
    align-self: flex-start;
37
    background-color: #fff;
37
    background-color: #efefef;
Línea 38... Línea 38...
38
    border-radius: 0 5px 5px 5px;
38
    border-radius: 0 5px 5px 5px;
39
 
39
 
40
    &::before {
40
    &::before {