feat: login component, icon svg symbols, project structure
This commit is contained in:
		| @@ -1,131 +0,0 @@ | ||||
| @charset "UTF-8"; | ||||
| /*! | ||||
|  * jQuery contextMenu - Plugin for simple contextMenu handling | ||||
|  * | ||||
|  * Version: v2.2.5-dev | ||||
|  * | ||||
|  * Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF) | ||||
|  * Web: http://swisnl.github.io/jQuery-contextMenu/ | ||||
|  * | ||||
|  * Copyright (c) 2011-2016 SWIS BV and contributors | ||||
|  * | ||||
|  * Licensed under | ||||
|  *   MIT License http://www.opensource.org/licenses/mit-license | ||||
|  * | ||||
|  * Date: 2016-08-27T11:09:08.919Z | ||||
|  */ | ||||
|  | ||||
| .context-menu-icon { | ||||
|   display: list-item; | ||||
|   font-family: inherit; | ||||
| } | ||||
| .context-menu-icon::before { | ||||
|   position: absolute; | ||||
|   top: 50%; | ||||
|   left: 0; | ||||
|   width: 2em;  | ||||
|   font-family: FontAwesome; | ||||
|   font-size: 14px; | ||||
|   font-style: normal; | ||||
|   font-weight: normal; | ||||
|   line-height: 1; | ||||
|   color: mc('blue', '500'); | ||||
|   text-align: center; | ||||
|   -webkit-transform: translateY(-50%); | ||||
|       -ms-transform: translateY(-50%); | ||||
|        -o-transform: translateY(-50%); | ||||
|           transform: translateY(-50%); | ||||
|  | ||||
|   -webkit-font-smoothing: antialiased; | ||||
|   -moz-osx-font-smoothing: grayscale; | ||||
| } | ||||
| .context-menu-icon.context-menu-hover:before { | ||||
|   color: #fff; | ||||
| } | ||||
| .context-menu-icon.context-menu-disabled::before { | ||||
|   color: #bbb; | ||||
| } | ||||
|  | ||||
| .context-menu-list { | ||||
|   position: absolute;  | ||||
|   display: inline-block; | ||||
|   min-width: 13em; | ||||
|   max-width: 26em; | ||||
|   padding: 0 0; | ||||
|   margin: .3em; | ||||
|   font-family: inherit; | ||||
|   font-size: 14px; | ||||
|   list-style-type: none; | ||||
|   background: #fff; | ||||
|   border: 1px solid mc('blue', '500'); | ||||
|   border-radius: .2em; | ||||
|   -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25); | ||||
|           box-shadow: 0 2px 5px rgba(0, 0, 0, .25); | ||||
| } | ||||
|  | ||||
| .context-menu-item { | ||||
|   position: relative; | ||||
|   padding: 7px 2em; | ||||
|   color: #69707a; | ||||
|   -webkit-user-select: none; | ||||
|      -moz-user-select: none; | ||||
|       -ms-user-select: none; | ||||
|           user-select: none;  | ||||
|   background-color: #fff; | ||||
|   font-size: 14px; | ||||
|   text-align: left; | ||||
| } | ||||
|  | ||||
| .context-menu-separator { | ||||
|   padding: 0;  | ||||
|   margin: .35em 0; | ||||
|   border-bottom: 1px solid #e6e6e6; | ||||
| } | ||||
|  | ||||
| .context-menu-item.context-menu-hover { | ||||
|   color: #fff; | ||||
|   cursor: pointer;  | ||||
|   background-color: mc('blue', '500'); | ||||
| } | ||||
|  | ||||
| .context-menu-item.context-menu-disabled { | ||||
|   color: #bbb; | ||||
|   cursor: default;  | ||||
|   background-color: #fff; | ||||
| } | ||||
|  | ||||
| .context-menu-input.context-menu-hover { | ||||
|   cursor: default; | ||||
| } | ||||
|  | ||||
| .context-menu-submenu:after { | ||||
|   position: absolute; | ||||
|   top: 50%; | ||||
|   right: .5em; | ||||
|   z-index: 1;  | ||||
|   width: 0; | ||||
|   height: 0; | ||||
|   content: ''; | ||||
|   border-color: transparent transparent transparent #2f2f2f; | ||||
|   border-style: solid; | ||||
|   border-width: .25em 0 .25em .25em; | ||||
|   -webkit-transform: translateY(-50%); | ||||
|       -ms-transform: translateY(-50%); | ||||
|        -o-transform: translateY(-50%); | ||||
|           transform: translateY(-50%); | ||||
| } | ||||
|  | ||||
| .context-menu-item > .context-menu-list { | ||||
|   top: .3em;  | ||||
|   /* re-positioned by js */ | ||||
|   right: -.3em; | ||||
|   display: none; | ||||
| } | ||||
|  | ||||
| .context-menu-item.context-menu-visible > .context-menu-list { | ||||
|   display: block; | ||||
| } | ||||
|  | ||||
| .context-menu-accesskey { | ||||
|   text-decoration: underline; | ||||
| } | ||||
| @@ -1,61 +0,0 @@ | ||||
| # Standard License - nucleoapp.com | ||||
|  | ||||
| Github repo: https://github.com/NucleoApp/license-standard | ||||
|  | ||||
| By purchasing Nucleo you are being granted a license to use Nucleo icons (including the custom Nucleo icons created through the Nucleo applications) for specific uses under certain conditions. | ||||
|  | ||||
| You have rights to use Nucleo icons in unlimited personal and commercial projects for yourself or a client. Even if you don't renew the Basic license, you can still use the source files for as many projects as you want. | ||||
|  | ||||
| For each project, you can use a maximum of 250 Nucleo icons (intended per unique style: for example if you're using the same icon in both the outline and glyph styles, or in 2 different sizes, you're using 2 icons). | ||||
|  | ||||
| By purchasing Nucleo, you have the right to: | ||||
|  | ||||
| - Use Nucleo icons in unlimited personal and commercial projects. | ||||
| - Use Nucleo icons in application/website/print/mobile/logo design. | ||||
| - Modify Nucleo icons to create you own icon variations.  | ||||
|  | ||||
| You don't have the right to: | ||||
|  | ||||
| - Sublicense, resell, share, transfer, or otherwise redistribute Nucleo icons (even for free or within a more complex downloadable file). | ||||
| - Use more than 250 Nucleo icons in a single project. | ||||
| - Use Nucleo icons in a product that is directly competitive with Nucleo. | ||||
|  | ||||
| ## Freelance Projects & Contracted work | ||||
| If you’re working on one or more projects for a client, you can share with your client a maximum of 250 Nucleo icons per project. You can’t share Nucleo source files, unless the client purchases a Nucleo license. | ||||
|  | ||||
| If the End Product you (or the team you’ve been part of) have created for the client is a product offered for sale, and the Nucleo icons contribute to the core value of the product being sold/shared, your client will have to buy an Extended License. | ||||
|  | ||||
| ## End Product Users | ||||
| If you're using Nucleo icons in apps, installable items or online products/services, there's no limit to the number of users/customers that can use the product you're developing (e.g. if you're developing a web application and you're using Nucleo icons throughout the design, there's no limit to the number of active users of the application). | ||||
|  | ||||
| ## Templates, Themes, UI Kits & Plugins | ||||
| If you’re using Nucleo icons in templates, themes or plugins offered for sale, or for free, (e.g. UI kits, Wordpress Themes, HTML/CSS Templates), you can include up to 100 icons in the downloadable source files. This limitation applies to the icon fonts as well. | ||||
|  | ||||
| The downloadable source file has to include [Nucleo license](https://github.com/NucleoApp/license-standard). No attribution or link back required, however any credit will be much appreciated. | ||||
|  | ||||
| If Nucleo icons contribute to the core value of the template, theme or plugin sold/shared (e.g. a theme builder where users can browse Nucleo icons and pick the ones to include in their design), you will need an Extended License. | ||||
|  | ||||
| ## Open source projects | ||||
| If you’re using Nucleo icons in open source projects, you can include up to 100 icons in the downloadable source files. This limitation applies to the icon fonts as well. | ||||
|  | ||||
| The downloadable source file has to include [Nucleo license](https://github.com/NucleoApp/license-standard). No attribution or link back required, however any credit will be much appreciated. | ||||
|  | ||||
| If Nucleo icons contribute to the core value of the open source project (e.g. a CMS where users can browse Nucleo icons and pick the ones to include in their design), you will need an Extended License. | ||||
|  | ||||
| ## Extended License | ||||
| If you're interested in using Nucleo icons in items offered for sale (or for free) where the Nucleo icons contribute to the core value of the product being sold/shared, you will need an Extended License. | ||||
|  | ||||
| By purchasing an Extended License, you’re also granted the right to: | ||||
|  | ||||
| - Use up to 500 icons in a single project (the one you’re purchasing the Extended License for) if the users/customers can access Nucleo source files (e.g. Nucleo icons are stored in a folder inside the downloadable file). | ||||
| - Use unlimited icons if the users/customers cannot access Nucleo source files (e.g. Nucleo icons are encrypted and user can only use icons throughout the application). | ||||
|  | ||||
| The downloadable source file has to include [Nucleo Standard License](https://github.com/NucleoApp/license-standard), as well as Nucleo Extended License. | ||||
|  | ||||
| Example of products offered for sale (or for free) where Nucleo contributes to the core value of the product being sold/shared: | ||||
|  | ||||
| - Logo builder application that combines Nucleo icons to create a logo | ||||
| - Theme builder where users can browse Nucleo icons and pick the ones to include in their design. | ||||
| - Application used to create presentations, where users can pick Nucleo icons through the built-in presentation builder. | ||||
|  | ||||
| If you’re still unclear about what is or isn’t allowed under this license, please contact us at info@nucleoapp.com. | ||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user