area-selection-js
Version:
Simple and easy area selection library for image/video cropping
45 lines (36 loc) • 671 B
CSS
/**
* Babel Starter Kit (https://www.kriasoft.com/babel-starter-kit)
*
* Copyright © 2015-2016 Kriasoft, LLC. All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE.txt file in the root directory of this source tree.
*/
.nav {
width: 160px;
}
.nav__title {
text-transform: uppercase;
font-size: 16px;
margin-top: 10px;
}
.nav__menu {
list-style-type: none;
padding-left: 0;
}
.nav__menu-item {
font-size: 16px;
}
.nav__menu-item--selected .nav__link {
color: #f26b00;
}
.nav__link {
text-decoration: none;
}
.nav__link:active,
.nav__link:hover {
color: #f26b00;
}
pre {
font-size: 16px;
}