diff options
author | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-07-31 22:35:07 -0700 |
---|---|---|
committer | Aubrey-Li <63608597+Aubrey-Li@users.noreply.github.com> | 2021-07-31 22:35:07 -0700 |
commit | f5bec2e6cd0b5b0d6ca5665260003e9fb7291d4e (patch) | |
tree | 665217cebeee4e53a38d4d401c4963404bbcdd16 | |
parent | f59495f0aa5ba65b358f9430f55c653ed0fc3d70 (diff) |
unified Properties font to Roboto
-rw-r--r-- | src/client/views/PropertiesView.scss | 28 |
1 files changed, 3 insertions, 25 deletions
diff --git a/src/client/views/PropertiesView.scss b/src/client/views/PropertiesView.scss index fa45a065d..934ede732 100644 --- a/src/client/views/PropertiesView.scss +++ b/src/client/views/PropertiesView.scss @@ -1,6 +1,6 @@ .propertiesView { height: 100%; - font-family: "Noto Sans"; + font-family: "Roboto"; cursor: auto; overflow-x: hidden; @@ -28,9 +28,7 @@ color: grey; cursor: pointer; } - } - } .propertiesView-name { @@ -80,7 +78,6 @@ padding-bottom: 10px; padding-top: 8px; } - } .propertiesView-sharing { @@ -140,8 +137,6 @@ } } - - .change-buttons { display: flex; @@ -216,7 +211,6 @@ } } - .propertiesView-appearance { //border-bottom: 1px solid black; //padding: 8.5px; @@ -305,7 +299,7 @@ .notify-button-icon { width: 6px; height: 6.5px; - margin-left: .5px; + margin-left: 0.5px; } &:hover { @@ -331,7 +325,6 @@ } .propertiesView-sharingTable { - // whatever's commented out - add it back in when adding the buttons // border: 1.5px solid black; @@ -347,7 +340,6 @@ width: 92%; .propertiesView-sharingTable-item { - display: flex; // padding: 5px; padding: 3px; @@ -421,7 +413,6 @@ cursor: pointer; } } - } .propertiesView-fields-checkbox { @@ -468,7 +459,6 @@ } .propertiesView-contexts { - .propertiesView-contexts-title { font-weight: bold; font-size: 12.5px; @@ -499,11 +489,9 @@ overflow: hidden; padding: 10px; } - } .propertiesView-layout { - .propertiesView-layout-title { font-weight: bold; font-size: 12.5px; @@ -534,7 +522,6 @@ overflow: hidden; padding: 10px; } - } .propertiesView-presTrails { @@ -576,7 +563,6 @@ } .inking-button { - display: flex; .inking-button-points { @@ -635,7 +621,6 @@ } .inputBox { - margin-top: 10px; display: flex; height: 19px; @@ -658,7 +643,6 @@ } .inputBox-button { - .inputBox-button-up { background-color: #333333; height: 9px; @@ -690,7 +674,6 @@ cursor: pointer; } } - } } @@ -767,7 +750,6 @@ } .widthAndDash { - .width { .width-top { display: flex; @@ -792,13 +774,11 @@ } .arrows { - display: flex; margin-bottom: 3px; margin-left: 4px; .arrows-head { - display: flex; margin-right: 35px; @@ -827,7 +807,6 @@ } .dashed { - display: flex; margin-left: 64px; margin-bottom: 6px; @@ -856,7 +835,6 @@ } } - .properties-flyout { grid-column: 2/4; -}
\ No newline at end of file +} |