Skip to content
Snippets Groups Projects

Update style of view all button for eclipsecon tracks

Merged Eric Poirier requested to merge epoirier/master/issue-36 into master
1 file
+ 9
3
Compare changes
  • Side-by-side
  • Inline
/*
* Copyright (c) 2020 Eclipse Foundation, Inc.
*
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
*
* Contributors:
* Eric Poirier <eric.poirier@eclipse-foundation.org>
*
*
* SPDX-License-Identifier: EPL-2.0
*/
@@ -326,3 +326,9 @@
}
}
}
.track-view-all {
font-size: 14px;
padding: 6px 12px;
text-transform: capitalize;
}
Loading