Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 097ba85

Browse files
major changes
1 parent c0524df commit 097ba85

4 files changed

Lines changed: 93 additions & 126 deletions

File tree

src/lib/buttons/buttons.css

Lines changed: 86 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/buttons/buttons.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/buttons/buttons.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -841,7 +841,7 @@ body{
841841
align-items: center;
842842
justify-content: center;
843843
}
844-
button{
844+
.glowing_button{
845845
position: relative;
846846
height: 60px;
847847
width: 200px;
@@ -854,7 +854,7 @@ button{
854854
font-size: 18px;
855855
font-family: 'Raleway', sans-serif;
856856
}
857-
button:before{
857+
.glowing_button:before{
858858
position: absolute;
859859
content: '';
860860
top: -2px;
@@ -870,13 +870,13 @@ button:before{
870870
transition: opacity .3s ease-in-out;
871871
animation: animate 20s linear infinite;
872872
}
873-
button:hover:before{
873+
.glowing_button:hover:before{
874874
opacity: 1;
875875
}
876-
button:hover:active{
876+
.glowing_button:hover:active{
877877
background: none;
878878
}
879-
button:hover:active:before{
879+
.glowing_button:hover:active:before{
880880
filter: blur(2px);
881881
}
882882
@keyframes animate {

src/lib/contents/contents.css

Lines changed: 1 addition & 120 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)