Bug 31529: [OPAC] Fix errors in SCSS files raised by stylelint
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / css / src / sco.scss
1 @import "common";
2
3 body {
4     background-color: #FCF9FC;
5 }
6
7 a {
8     color: $sci-link-color;
9
10     &:visited {
11         color: $sci-link-color;
12     }
13
14     &.title {
15         font-weight: bold;
16     }
17 }
18
19 #members {
20     a {
21         &.logout {
22             color: #E8583C;
23             padding: 0 .3em 0 .3em;
24         }
25     }
26 }
27
28 .inline {
29     display: inline;
30 }
31
32 .table {
33     font-size: .95rem;
34 }
35
36 .table-bordered {
37     border-radius: 0;
38
39     thead {
40         &:first-child {
41             tr {
42                 &:first-child {
43                     & > th {
44                         &:first-child,
45                         &:last-child {
46                             border-radius: 0;
47                         }
48                     }
49                 }
50
51                 &:last-child {
52                     & > th {
53                         &:first-child,
54                         &:last-child {
55                             border-radius: 0;
56                         }
57                     }
58                 }
59             }
60         }
61     }
62 }
63
64 .sco_entry {
65     margin: 2rem 0;
66
67     label {
68         text-align: right;
69     }
70 }
71
72 #sci_logout {
73     color: #E8583C;
74 }
75
76 .sci_input_append {
77     margin-top: 1rem;
78     padding-top: 1rem;
79 }
80
81 @import "responsive";