mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-05-24 06:50:47 -04:00
Changes for recompui built in default scss
This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
<rml>
|
||||
<head>
|
||||
<title>Launcher</title>
|
||||
<link type="text/rcss" href="rml.rcss"/>
|
||||
<link type="text/rcss" href="recomp.rcss"/>
|
||||
<style>
|
||||
body
|
||||
{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="window" data-model="launcher_model">
|
||||
|
||||
+2
-32
@@ -57,7 +57,7 @@ h3, .tab {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.config-debug__select-wrapper select, .config-debug__select-wrapper input, .config-description__contents, .config-option-dropdown__select, .config-option-dropdown__wrapper, .config-option-textfield__select, .config-option-textfield__wrapper, .config__wrapper p, body {
|
||||
.config-debug__select-wrapper select, .config-debug__select-wrapper input, .config-description__contents, .config-option-dropdown__select, .config-option-dropdown__wrapper, .config-option-textfield__select, .config-option-textfield__wrapper, .config__wrapper p {
|
||||
font-size: 20dp;
|
||||
letter-spacing: 0dp;
|
||||
line-height: 20dp;
|
||||
@@ -184,7 +184,7 @@ h3, .tab {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.config-debug__select-wrapper select, .config-debug__select-wrapper input, .config-description__contents, .config-option-dropdown__select, .config-option-dropdown__wrapper, .config-option-textfield__select, .config-option-textfield__wrapper, .config__wrapper p, body {
|
||||
.config-debug__select-wrapper select, .config-debug__select-wrapper input, .config-description__contents, .config-option-dropdown__select, .config-option-dropdown__wrapper, .config-option-textfield__select, .config-option-textfield__wrapper, .config__wrapper p {
|
||||
font-size: 20dp;
|
||||
letter-spacing: 0dp;
|
||||
line-height: 20dp;
|
||||
@@ -249,38 +249,12 @@ h3, .tab {
|
||||
tab-index: auto;
|
||||
}
|
||||
|
||||
/*
|
||||
@include set-color(COLOR);
|
||||
*/
|
||||
body {
|
||||
box-sizing: border-box;
|
||||
color: Text;
|
||||
font-family: "Suplexmentary Comic NC";
|
||||
}
|
||||
|
||||
/* stylelint-disable color-no-hex */
|
||||
/* stylelint-disable selector-max-id */
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
hr {
|
||||
display: block;
|
||||
padding: 1.5dp;
|
||||
background: Background1;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #fff;
|
||||
font-size: 20dp;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
/* div {
|
||||
focus:none;
|
||||
tab-index:none;
|
||||
} */
|
||||
div#window {
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
@@ -1847,10 +1821,6 @@ scrollbarhorizontal sliderbar {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
*, *:before, *:after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: PrimaryD;
|
||||
}
|
||||
|
||||
+1
-1
@@ -592,7 +592,7 @@ int main(int argc, char** argv) {
|
||||
|
||||
recompui::programconfig::set_program_name(banjo::program_name);
|
||||
recompui::programconfig::set_program_id(banjo::program_id);
|
||||
recompui::register_primary_font("Suplexmentary Comic NC.ttf");
|
||||
recompui::register_primary_font("Suplexmentary Comic NC.ttf", "Suplexmentary Comic NC");
|
||||
recomp::register_config_path(recompui::file::get_app_folder_path());
|
||||
|
||||
// Register supported games and patches
|
||||
|
||||
Reference in New Issue
Block a user