把前端从CircuitVerse中拆了出来
This commit is contained in:
commit
5bf1284599
2182 changed files with 189323 additions and 0 deletions
52
sass/tutorials.scss
Normal file
52
sass/tutorials.scss
Normal file
|
@ -0,0 +1,52 @@
|
|||
@import url("driver.js/dist/driver.min.css");
|
||||
|
||||
#driver-highlighted-element-stage {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.driver-disabled {
|
||||
border: 1.5px solid #ddd !important;
|
||||
}
|
||||
|
||||
.driver-btn-group button {
|
||||
font-family: "Nunito", sans-serif !important;
|
||||
font-size: 14px !important;
|
||||
border: 1.5px solid #42b983 !important;
|
||||
text-shadow: none !important;
|
||||
border-radius: 0px !important;
|
||||
}
|
||||
|
||||
.driver-btn-group button:hover {
|
||||
font-family: "Nunito", sans-serif !important;
|
||||
background: #42b983 !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.driver-close-btn {
|
||||
font-family: "Nunito", sans-serif !important;
|
||||
font-size: 14px !important;
|
||||
border: none !important;
|
||||
border-radius: 0px !important;
|
||||
text-shadow: none !important;
|
||||
background: #dc5656 !important;
|
||||
color: white !important;
|
||||
margin: auto 3px !important;
|
||||
}
|
||||
|
||||
.driver-popover-description,
|
||||
.driver-popover-title {
|
||||
font-family: "Nunito", sans-serif !important;
|
||||
}
|
||||
|
||||
.bug-guide .right {
|
||||
top: 110px !important;
|
||||
}
|
||||
|
||||
.tourHelpStep.driver-popover-title {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.driver-next-btn {
|
||||
color: white !important;
|
||||
background-color: #42b983 !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue