Project

General

Profile

« Previous | Next » 

Revision 60286

[Dashboard Theme | Trunk]: Move uk-card action button css to library

View differences:

modules/uoa-monitor-portal/trunk/monitor_dashboard/src/assets/dashboard-theme/card.css
19 19
  color: var(--secondary-color) !important;
20 20
}
21 21

  
22
.uk-card .uk-grid-divider>:not(.uk-first-column)::before {
23
  border-left: 1px solid currentColor;
24
  opacity: 0.2;
25
}
26

  
27
.uk-card .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
28
  border-top: 1px solid currentColor;
29
  opacity: 0.2;
30
}
31

  
32 22
.uk-card .uk-button.action {
33
  background: #FFFFFF;
34
  box-shadow: 0 3px 6px #00000029;
35
  border-radius: 40px;
36
  font-family: "Roboto", sans-serif;
37
  border: none;
38 23
  color: var(--muted-color);
39
  text-transform: none;
40
  width: fit-content;
41
  padding: 9px 22px;
42
  line-height: 25px;
43 24
}

Also available in: Unified diff