Skip to content
Snippets Groups Projects
Commit 2dfb62d6 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

fixed font sizes

parent 364a203a
No related branches found
No related tags found
2 merge requests!1895Development,!1787Development
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
font-size: 18px; font-size: 1.1rem;
font-weight: normal; font-weight: normal;
width: 4em; width: 4em;
margin-bottom: 0; margin-bottom: 0;
...@@ -51,14 +51,16 @@ ...@@ -51,14 +51,16 @@
flex-wrap:wrap; flex-wrap:wrap;
gap: 4px; gap: 4px;
.frequency-label { .frequency-label {
display: flex;
align-items: center;
justify-content: center;
flex-grow: 1; flex-grow: 1;
display: inline-block;
vertical-align: middle; vertical-align: middle;
height:45px; height: 30px;
font-size: 1rem;
margin-bottom: 0; margin-bottom: 0;
font-weight: normal; font-weight: normal;
text-align: center; text-align: center;
line-height: 40px;
border: 2px solid #a6a6a6; border: 2px solid #a6a6a6;
width: 150px; width: 150px;
border-radius: 6px; border-radius: 6px;
...@@ -78,7 +80,7 @@ ...@@ -78,7 +80,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
color: @text-color; color: @text-color;
height:45px; height:30px;
font-weight: normal; font-weight: normal;
line-height: 40px; line-height: 40px;
text-align: center; text-align: center;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment