Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aos
GitHub Repository: aos/grafana-agent
Path: blob/main/web/ui/src/features/component/ComponentList.module.css
5283 views
1
.list {
2
border: 1px solid #e4e5e6;
3
border-radius: 3px;
4
5
box-sizing: border-box;
6
color: rgba(36, 41, 46, 0.75);
7
}
8
9
.list .viewButton {
10
background: none;
11
background-color: rgb(56, 133, 220);
12
color: #ffffff;
13
14
border: 1px solid rgb(56, 133, 220);
15
border-radius: 3px;
16
17
text-decoration: none;
18
19
padding: 0px 15px;
20
line-height: 24px;
21
font-size: 0.8em;
22
23
float: right;
24
}
25
26