Skip to content
Snippets Groups Projects

demo version for Clarisse workshop

71 files
+ 1147
48
Compare changes
  • Side-by-side
  • Inline

Files

+ 6
0
@@ -123,14 +123,20 @@ button[type=submit]{
float: left;
color: rgba(255,255,255,.75) !important;
line-height: 60px;
margin-bottom: 0;
background: -webkit-linear-gradient(top left, #FA772E, #FC4326);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.h2 {
margin-bottom: 0;
}
.button-cancel {
border: none;
border-radius: 3px;
background-color: #5c636a;
}
.button-cancel:hover {
Loading