continued moving app to SFCs (already tested but something could not work)

This commit is contained in:
Roberto Tonino
2020-06-29 20:23:56 +02:00
parent 0cf3844b53
commit 77c875d932
12 changed files with 190 additions and 109 deletions

View File

@@ -3,7 +3,7 @@ input[type='password'],
input[type='number'],
input[type='search'] {
-webkit-appearance: none;
appearance: none;
appearance: none;
width: calc(100% - 16px);
border: 0px solid black;
line-height: 36px;
@@ -301,7 +301,7 @@ a {
#main_content {
margin-left: $sidebar-width;
width: calc(100% - $sidebar-width);
width: calc(100% - #{$sidebar-width});
height: 100%;
display: flex;
}