Merge branch '8784-dir-listings'
[arvados.git] / services / api / app / assets / stylesheets / scaffolds.css.scss
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: AGPL-3.0
4
5 body {
6   background-color: #fff;
7   color: #333;
8   font-family: verdana, arial, helvetica, sans-serif;
9   font-size: 13px;
10   line-height: 18px;
11 }
12
13 p, ol, ul, td {
14   font-family: verdana, arial, helvetica, sans-serif;
15   font-size: 13px;
16   line-height: 18px;
17 }
18
19 pre {
20   background-color: #eee;
21   padding: 10px;
22   font-size: 11px;
23 }
24
25 a {
26   color: #000;
27   &:visited {
28     color: #666;
29   }
30   &:hover {
31     color: #fff;
32     background-color: #000;
33   }
34 }
35
36 div {
37   &.field, &.actions {
38     margin-bottom: 10px;
39   }
40 }
41
42 #notice {
43   color: green;
44 }
45
46 .field_with_errors {
47   padding: 2px;
48   background-color: red;
49   display: table;
50 }
51
52 #error_explanation {
53   width: 450px;
54   border: 2px solid red;
55   padding: 7px;
56   padding-bottom: 0;
57   margin-bottom: 20px;
58   background-color: #f0f0f0;
59   h2 {
60     text-align: left;
61     font-weight: bold;
62     padding: 5px 5px 5px 15px;
63     font-size: 12px;
64     margin: -7px;
65     margin-bottom: 0px;
66     background-color: #c00;
67     color: #fff;
68   }
69   ul li {
70     font-size: 12px;
71     list-style: square;
72   }
73 }