Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WEB-3274] Small CSS tweaks to support device settings data sources #448

Merged
merged 2 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"node": "20.8.0"
},
"packageManager": "[email protected]",
"version": "1.30.0",
"version": "1.31.0-web-3274-device-settings-data-sources.1",
"description": "Tidepool's timeline data visualization",
"repository": {
"type": "git",
Expand Down
7 changes: 3 additions & 4 deletions plugins/blip/basics/less/DashboardSection.less
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
font-size: 15px;
font-weight: bold;
.header;
padding: 15px 15px 15px 10px;
padding: 15px 15px 15px 0;

i:before {
margin-right: 0
Expand All @@ -61,7 +61,6 @@
}
}


.SectionHeader--nodata {
color: @text-light;
span:not(.UnknownStatistic-lead) {
Expand All @@ -74,10 +73,10 @@

.DashboardSection-content {
box-sizing: border-box;
padding: 0px 0px 10px 10px;
margin-bottom: 10px;
}
}

.DashboardSection:nth-child(4) .DashboardSection-container .DashboardSection-content {
padding-bottom: 0px;
margin-bottom: 0px;
}