mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-04 05:56:23 +00:00
Add next button for instructions and finally the terminal is responsive
This commit is contained in:
@ -24,11 +24,18 @@
|
||||
padding: 8px 24px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:hover
|
||||
{
|
||||
background: initial;
|
||||
background-color: transparent;
|
||||
color: $tao-blue-500;
|
||||
box-shadow: inset 0 0 0 1px $tao-blue-500;
|
||||
}
|
||||
|
||||
&:active {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.tao-btn-rainbow {
|
||||
|
Reference in New Issue
Block a user