Browse Source

font 14

master
Carmine De Rosa 7 years ago
parent
commit
14bb46f366
  1. 4
      socket/public/css/styles.css
  2. 4
      socket/public/scss/main.scss

4
socket/public/css/styles.css

@ -4052,7 +4052,7 @@ body {
padding: 0; padding: 0;
overflow: hidden; overflow: hidden;
overflow-y: auto; overflow-y: auto;
font-size: 0.875rem;
font-size: 0.75rem;
font-weight: 400; font-weight: 400;
} }
@ -4090,7 +4090,7 @@ a:hover {
.content .cloud { .content .cloud {
position: relative; position: relative;
width: 80%; width: 80%;
font-size: 0.75rem;
font-size: 0.875rem;
font-weight: 500; font-weight: 500;
padding: 10px; padding: 10px;
margin: 10px 0; margin: 10px 0;

4
socket/public/scss/main.scss

@ -16,7 +16,7 @@ body{
padding: 0; padding: 0;
overflow: hidden; overflow: hidden;
overflow-y: auto; overflow-y: auto;
font-size: $font-14;
font-size: $font-12;
font-weight: 400; font-weight: 400;
} }
@ -51,7 +51,7 @@ a{
.cloud{ .cloud{
position: relative; position: relative;
width: 80%; width: 80%;
font-size: $font-12;
font-size: $font-14;
font-weight: 500; font-weight: 500;
padding: 10px; padding: 10px;
margin: 10px 0; margin: 10px 0;

Loading…
Cancel
Save