mirror of
https://github.com/He4eT/browser-milje-2077.git
synced 2026-05-05 01:17:25 +00:00
Cleaup
This commit is contained in:
parent
7dcf6efdef
commit
5a8128c25f
5 changed files with 42 additions and 49 deletions
|
|
@ -5,35 +5,29 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Milje 2077 Settings</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: sans;
|
||||
}
|
||||
|
||||
.form {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.form hr {
|
||||
margin: 16px 0;
|
||||
}
|
||||
|
||||
.form-group {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.form-group label {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.form-group input, .form button {
|
||||
display: block;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.color-slider {
|
||||
width: 100%;
|
||||
}
|
||||
body {
|
||||
font-family: sans;
|
||||
}
|
||||
.form {
|
||||
width: 100%;
|
||||
}
|
||||
.form hr {
|
||||
margin: 16px 0;
|
||||
}
|
||||
.form-group {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.form-group label {
|
||||
display: block;
|
||||
}
|
||||
.form-group input, .form button {
|
||||
display: block;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.color-slider {
|
||||
width: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue