Skip to content
Snippets Groups Projects
Commit da048074 authored by descamps's avatar descamps
Browse files

KDE - 21/05/2021 - Change font table-header

parent afa89c5a
No related branches found
No related tags found
6 merge requests!58compare branch,!54Comparaison de merge vers vitam-ui,!53Comparaison de merge vers vitam-ui,!52Voir difference entre les deux verion,!41MAJ: compare to vitam-ui,!29BreadCrumb
...@@ -18,23 +18,26 @@ ...@@ -18,23 +18,26 @@
} }
.pastis-font-table-header { .pastis-font-table-header {
font-family: Roboto; //styleName: Text/Text-normal-bold;
font-style: normal; font-family: Mulish;
font-weight: bold; font-size: 14px;
font-size: 14px; font-style: normal;
line-height: 22px; font-weight: 700;
letter-spacing: 0.1px; line-height: 22px;
color: #212121; letter-spacing: 0.10000000149011612px;
text-align: left;
color: #212121;
} }
.pastis-font-button-icon { .pastis-font-button-icon {
font-family: Roboto; font-family: Roboto;
font-style: normal; font-style: normal;
font-size: 14px; font-size: 14px;
line-height: 18px; line-height: 18px;
align-items: center; align-items: center;
letter-spacing: 0.5px; letter-spacing: 0.5px;
text-transform: uppercase; text-transform: uppercase;
...@@ -243,13 +246,13 @@ ...@@ -243,13 +246,13 @@
font-size: 14px; font-size: 14px;
line-height: 20px; line-height: 20px;
/* identical to box height, or 143% */ /* identical to box height, or 143% */
display: flex; display: flex;
align-items: center; align-items: center;
letter-spacing: 0.25px; letter-spacing: 0.25px;
/* Black - Low */ /* Black - Low */
color: #9D9D9D; color: #9D9D9D;
} }
...@@ -261,7 +264,7 @@ ...@@ -261,7 +264,7 @@
font-size: 15px; font-size: 15px;
line-height: 20px; line-height: 20px;
/* identical to box height, or 133% */ /* identical to box height, or 133% */
color: #FFFFFF; color: #FFFFFF;
} }
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment