summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr/dashboard/frontend/src/app/shared/components/telemetry-notification/telemetry-notification.component.scss
blob: cf8aa33d3bae4112a0515daa2e349b37f764a7b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@use './src/styles/vendor/variables' as vv;

.no-margin-bottom {
  margin-bottom: 0;
}

.activate-button {
  background-color: vv.$barley-white;
  border: vv.$gray-700 solid 0.5px;
  border-radius: 10%;
  padding: 0.1rem 0.4rem;
}

.activate-text {
  color: vv.$gray-700;
  font-weight: bold;
}