Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16668 Rev 16669
Línea 38... Línea 38...
38
        span {
38
        span {
39
            color: $subtitle-color;
39
            color: $subtitle-color;
40
            font-size: .9rem;
40
            font-size: .9rem;
41
        }
41
        }
42
    }
42
    }
-
 
43
}
-
 
44
 
-
 
45
.comment_form {
-
 
46
    display: flex;
-
 
47
    align-items: center;
-
 
48
 
-
 
49
    img {
-
 
50
        width: 50px;
-
 
51
        height: 50px;
-
 
52
        border-radius: 100%;
-
 
53
        margin-right: .5rem;
-
 
54
    }
-
 
55
 
-
 
56
    input {
-
 
57
        border-top-right-radius: 0;
-
 
58
        border-bottom-right-radius: 0;
-
 
59
    }
-
 
60
 
-
 
61
    button {
-
 
62
        border-top-left-radius: 0;
-
 
63
        border-bottom-left-radius: 0;
-
 
64
    }
43
}
65
}
44
66