Fixed Lab 2
This commit is contained in:
+12
-6
@@ -249,13 +249,13 @@ ol {
|
||||
.lab-content pre.lab-cli-shell {
|
||||
position: relative;
|
||||
margin: 1rem 0;
|
||||
padding: 1rem 1rem 0.85rem;
|
||||
padding: 0.9rem 1rem 0.85rem;
|
||||
border: 1px solid #c8d9e8;
|
||||
border-left: 5px solid #004e78;
|
||||
border-radius: 10px;
|
||||
background: #f4f9ff;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.lab-content pre.lab-cli-shell::before {
|
||||
@@ -271,7 +271,9 @@ ol {
|
||||
|
||||
.lab-content pre.lab-cli-shell code {
|
||||
display: block;
|
||||
margin-top: 0.45rem;
|
||||
margin-top: 1.1rem;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.38;
|
||||
}
|
||||
@@ -280,6 +282,7 @@ ol {
|
||||
position: absolute;
|
||||
top: 0.36rem;
|
||||
right: 0.4rem;
|
||||
z-index: 1;
|
||||
border: 1px solid #c3d4e5;
|
||||
border-radius: 8px;
|
||||
background: #ffffff;
|
||||
@@ -304,13 +307,13 @@ ol {
|
||||
.lab-content pre.lab-prompt-card {
|
||||
position: relative;
|
||||
margin: 1rem 0;
|
||||
padding: 1rem 1rem 0.92rem;
|
||||
padding: 0.92rem 1rem 0.92rem;
|
||||
border: 1px solid #d7c7a7;
|
||||
border-left: 5px solid #b77400;
|
||||
border-radius: 10px;
|
||||
background: #fffaf2;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.lab-content pre.lab-prompt-card::before {
|
||||
@@ -326,7 +329,9 @@ ol {
|
||||
|
||||
.lab-content pre.lab-prompt-card code {
|
||||
display: block;
|
||||
margin-top: 0.82rem;
|
||||
margin-top: 1.15rem;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.4;
|
||||
white-space: pre-wrap;
|
||||
@@ -336,6 +341,7 @@ ol {
|
||||
position: absolute;
|
||||
top: 0.34rem;
|
||||
right: 0.4rem;
|
||||
z-index: 1;
|
||||
border: 1px solid #9b5a00;
|
||||
border-radius: 999px;
|
||||
background: linear-gradient(180deg, #ffd18d, #f3a743);
|
||||
|
||||
Reference in New Issue
Block a user