company frontend finished
This commit is contained in:
+15
-2
@@ -133,6 +133,10 @@ button:active {
|
||||
border: 1px solid rgba(77, 143, 219, 0.18);
|
||||
}
|
||||
|
||||
.span-2 {
|
||||
grid-column: span 2;
|
||||
}
|
||||
|
||||
.span-3 {
|
||||
grid-column: span 3;
|
||||
}
|
||||
@@ -165,7 +169,16 @@ button:active {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.span-3 {
|
||||
grid-column: span 1;
|
||||
.span-4 {
|
||||
grid-column: span 4;
|
||||
}
|
||||
|
||||
.secondary {
|
||||
background: linear-gradient(135deg, #9bbce5, #6fa6e8);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.secondary:hover {
|
||||
background: linear-gradient(135deg, #7fa9da, #4d8fdb);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user