Skip to content

Commit

Permalink
Merge pull request naturalcrit#3713 from Gazook89/Fix-Vault-Styling-I…
Browse files Browse the repository at this point in the history
…ssues

Fix Vault Page CSS specificity issues
  • Loading branch information
calculuschild authored Sep 5, 2024
2 parents 2e332d7 + e0be7a5 commit 8473698
Showing 1 changed file with 17 additions and 26 deletions.
43 changes: 17 additions & 26 deletions client/homebrew/pages/vaultPage/vaultPage.less
Original file line number Diff line number Diff line change
@@ -1,32 +1,13 @@
body {
height : 100vh;

.content { height : 100%; }

small {
font-size : 10pt;
color : #555555;

a { color : #333333; }
}

code {
padding-inline : 5px;
background : lightgrey;
border-radius : 5px;
}

*:not(input) { user-select : none; }
}

.vaultPage {
height : 100%;
overflow-y : hidden;
background-color : #2C3E50;


*:not(input) { user-select : none; }

.content {
background : #2C3E50;
height: 100%;

.dataGroup {
width : 100%;
Expand All @@ -37,11 +18,24 @@ body {
position : relative;
padding : 50px clamp(20px, 4vw, 50px);

small {
font-size : 10pt;
color : #555555;

a { color : #333333; }
}

code {
padding-inline : 5px;
background : lightgrey;
border-radius : 5px;
font-family : monospace;
}

h1, h2, h3, h4 {
font-family : 'CodeBold';
letter-spacing : 2px;
}


legend {
h3 {
Expand Down Expand Up @@ -144,8 +138,6 @@ body {
}
}



#searchButton {
position : absolute;
right : 20px;
Expand All @@ -166,7 +158,6 @@ body {
overflow-y : auto;
font-family : 'BookInsanityRemake';
font-size : 0.34cm;


h3 {
font-family : 'Open Sans';
Expand Down

0 comments on commit 8473698

Please sign in to comment.