fix custom fontsize for app
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
|
||||
/* generals */
|
||||
html {
|
||||
font-size: 100%;
|
||||
font-size: $font_size;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family: sans-serif, arial, freesans;
|
||||
font-size: $body_font_size;
|
||||
font-size: 0.9rem;
|
||||
background-color: $bgcolour;
|
||||
background-image: url('$background_image');
|
||||
background-attachment: fixed;
|
||||
@@ -284,7 +284,7 @@ footer {
|
||||
|
||||
.fn {
|
||||
font-weight: bold;
|
||||
font-size: $font_size;
|
||||
font-size: 1rem;
|
||||
color: #444444;
|
||||
}
|
||||
|
||||
@@ -751,7 +751,7 @@ div.jGrowl div.jGrowl-notification {
|
||||
|
||||
.jslider .jslider-scale ins {
|
||||
color: #333;
|
||||
font-size: $body_font_size;
|
||||
font-size: 0.9rem;
|
||||
width: 100px;
|
||||
text-align: center;
|
||||
}
|
||||
@@ -1160,7 +1160,7 @@ img.mail-conv-sender-photo {
|
||||
.page-body,
|
||||
.chat-item-text,
|
||||
.chat-item-text-self {
|
||||
font-size: $font_size;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
.item-tool {
|
||||
@@ -1288,7 +1288,7 @@ img.mail-conv-sender-photo {
|
||||
#avatar {
|
||||
width: 2.2rem;
|
||||
height: 2.2rem;
|
||||
border-radius: $radius;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
@@ -1446,7 +1446,7 @@ main.fullscreen .section-content-wrapper-np {
|
||||
/* bootstrap overrides */
|
||||
|
||||
blockquote {
|
||||
font-size: $font_size;
|
||||
font-size: 1rem;
|
||||
font-style: italic;
|
||||
border-left: 3px solid #ccc;
|
||||
padding: 1em 0px 1em 1.5em;
|
||||
@@ -1454,7 +1454,7 @@ blockquote {
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
font-size: $body_font_size;
|
||||
font-size: 0.9rem;
|
||||
border-radius: $radius;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user