zaviagodev / frappe

MIT License
0 stars 1 forks source link

Apps.hosting.zaviago.com Css fixes #197

Closed John-zaviago closed 5 months ago

John-zaviago commented 5 months ago

Image

Gap between logo and the text increase from 9 to 10px on point 1

point 2: #site-title change margin-buttom to: -3px;

John-zaviago commented 5 months ago

Image

Change:

.form-section .form-section-description, .form-dashboard-section .form-section-description

From font-weight: var(--weight-regular); to normal for thiner character

John-zaviago commented 5 months ago

Change : .form-tabs-list .form-tabs .nav-item .nav-link

to this:

font-weight: 400; font-size: 13px;

Image

John-zaviago commented 5 months ago

Change border for : .std-form-layout > .form-layout > .form-page {

Chang to the data below for all the border line

border: 1px solid #f4f4f4;

John-zaviago commented 5 months ago

.page-head .page-head-content { / height: var(--page-head-height); / }

Remmove height or add 0 to the css

Image

John-zaviago commented 5 months ago

done seem fixed