mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-07-04 07:36:22 +00:00
Add sidebar component that is ready to be designed and instrumented
This commit is contained in:
@ -41,14 +41,23 @@
|
||||
.tao-btn-rainbow {
|
||||
@extend .tao-btn-primary;
|
||||
background: linear-gradient(135deg, $tao-blue-500 0%, $tao-turqoise-500 70%,$tao-bright-green-300 100%);
|
||||
transition: all 2s ease;
|
||||
transition: all 0.18s ease;
|
||||
color: white;
|
||||
border: none;
|
||||
text-decoration: none !important;
|
||||
box-shadow: 0 4px 8px 0 rgba($tao-blue-500, 0.2), 0 8px 20px 0 rgba($tao-blue-500, 0.29);
|
||||
|
||||
|
||||
&:active {
|
||||
box-shadow: 0 4px 8px 0 rgba($tao-blue-500, 0.1), 0 4px 10px 0 rgba($tao-blue-500, 0.09);
|
||||
background: linear-gradient(135deg, $tao-blue-500 0%, $tao-turqoise-500 80%,$tao-bright-green-300 100%);
|
||||
color: white;
|
||||
padding: 5px 18px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
box-shadow: none;
|
||||
background: linear-gradient(135deg, $tao-blue-500 0%, $tao-turqoise-500 80%,$tao-bright-green-300 100%);
|
||||
box-shadow: 0 4px 8px 0 rgba($tao-blue-500, 0.2), 0 8px 20px 0 rgba($tao-blue-500, 0.29);
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user