Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1456 ariadna 1
#page-cesa-forums .no-gutters {
2
    margin-right: 0;
3
    margin-left: 0;
4
    border: 1px solid #e8eaed;
5
    border-radius: 10px;
6
    padding: 15px;
7
}
8
 
9
#page-cesa-forums .col-md-12 .card{
10
    width: 100%;
11
    max-width: none;
12
    margin-bottom: 0 !important;
13
    height: fit-content;
14
}
15
 
16
#page-cesa-forums .col-md-12 .card .mb-3{
17
    margin-bottom: 0 !important;
18
    margin: 0;
19
    width: 100%;
20
}
21
 
22
#page-cesa-forums .col-md-12{
23
    display: grid;
24
    grid-template-columns: 1fr 1fr;
25
    width: 100%;
26
    margin: 16px 0;
27
    gap: 16px;
28
}
29
 
30
#page-cesa-forums .rui-dashboard-bottom {
31
    display: none;
32
}
33
 
34
#page-cesa-forums .card-text a span{
35
    margin-top: 25px;
36
    font-size: 15px;
37
    font-weight: 600;
38
    display: block;
39
}
40
 
41
#page-cesa-forums .card-text{
42
    margin-top: 0px;
43
    margin-bottom: .5rem;
44
}
45
 
46
#page-cesa-forums h1 {
47
    font-size: 36px;
48
    margin-bottom: 5px;
49
    margin-top: 0;
50
    color: #16283c;
51
}
52
 
53
#page-cesa-forums .mb-4 {
54
    display: none;
55
}
56
 
57
#page-cesa-forums p.card-title.forum-list {
58
    display: block !important;
59
}
60
 
61
#page-cesa-forum h5.card-title {
62
    display: none;
63
}
64
 
65
#page-cesa-forums .rounded {
66
    border-radius: 10px !important;
67
}
68
 
69
#page-cesa-forums .img-responsive {
70
    max-width: 100%;
71
    height: 100%;
72
}
73
 
74
.forum-post-container:focus>.focus-target {
75
    outline: none;
76
}