mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-20 11:48:31 -06:00
26 lines
322 B
SCSS
26 lines
322 B
SCSS
$font-family-1: "Open Sans";
|
|
|
|
.text-bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.text-14 {
|
|
font-family: $font-family-1;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.text-13 {
|
|
font-family: $font-family-1;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.text-12 {
|
|
font-family: $font-family-1;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.text-11 {
|
|
font-family: $font-family-1;
|
|
font-size: 11px;
|
|
}
|