Skip to content
Snippets Groups Projects
Commit c6b14e9c authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore(ui): convert border radius to 8px

parent d1c1622e
No related branches found
No related tags found
1 merge request!1263feat(ui)!: new design
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
button.fpi { button.fpi {
background-color: $grey-2; background-color: $grey-2;
transition: background-color 0.3s; transition: background-color 0.3s;
border-radius: 8px;
.fpi-content { .fpi-content {
display: flex; display: flex;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
.temperatureComparison { .temperatureComparison {
display: flex; display: flex;
align-items: center; align-items: center;
border-radius: 4px; border-radius: 8px;
padding: 8px 4px 8px 20px; padding: 8px 4px 8px 20px;
box-shadow: 0px 4px 16px 0px $black-shadow; box-shadow: 0px 4px 16px 0px $black-shadow;
background-position: bottom right; background-position: bottom right;
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
background-color: $grey-2; background-color: $grey-2;
display: flex; display: flex;
padding: 16px 8px; padding: 16px 8px;
border-radius: 8px; // V4QUESTION define as a variable like radiusLevel2 if re-used elsewhere ? border-radius: 8px;
.min { .min {
max-width: 150px; max-width: 150px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment