mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-26 08:03:56 -05:00
fix(curriculum): correct editable region indentation workshop-game-settings-panel (#65303)
This commit is contained in:
@@ -55,7 +55,7 @@ assert.match(document.querySelector("h1")?.textContent, /Game Settings/);
|
||||
</head>
|
||||
<body>
|
||||
--fcc-editable-region--
|
||||
|
||||
|
||||
--fcc-editable-region--
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -132,9 +132,9 @@ assert.match(document.querySelectorAll("label")[3]?.innerHTML, /\<input[^>]*>\s*
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<h1>Game Settings</h1>
|
||||
<h1>Game Settings</h1>
|
||||
--fcc-editable-region--
|
||||
|
||||
|
||||
--fcc-editable-region--
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -95,7 +95,7 @@ input[type='checkbox'] {
|
||||
height: 20px;
|
||||
cursor: pointer;
|
||||
--fcc-editable-region--
|
||||
|
||||
|
||||
--fcc-editable-region--
|
||||
}
|
||||
```
|
||||
|
||||
@@ -117,7 +117,7 @@ input[type='checkbox'] {
|
||||
appearance: none;
|
||||
border: 2px solid #f1be32;
|
||||
--fcc-editable-region--
|
||||
|
||||
|
||||
--fcc-editable-region--
|
||||
}
|
||||
```
|
||||
|
||||
@@ -77,7 +77,7 @@ body {
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
|
||||
--fcc-editable-region--
|
||||
|
||||
|
||||
--fcc-editable-region--
|
||||
}
|
||||
```
|
||||
|
||||
@@ -127,7 +127,7 @@ input[type="checkbox"]:checked::after {
|
||||
display: block;
|
||||
text-align: center;
|
||||
--fcc-editable-region--
|
||||
|
||||
|
||||
--fcc-editable-region--
|
||||
}
|
||||
```
|
||||
|
||||
@@ -100,7 +100,7 @@ input[type='checkbox'] {
|
||||
background-color: white;
|
||||
transition: all 0.3s;
|
||||
--fcc-editable-region--
|
||||
|
||||
|
||||
--fcc-editable-region--
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user