mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-04-03 10:12:41 +00:00
Add legal boilerplate and LICENSE file
This commit is contained in:
parent
e351cbacc0
commit
9c566c2d73
12
LICENSE
Normal file
12
LICENSE
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
AVATAO CONFIDENTIAL
|
||||||
|
|
||||||
|
Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
All Rights Reserved.
|
||||||
|
|
||||||
|
All source code, configuration files and documentation contained herein
|
||||||
|
is, and remains the exclusive property of Avatao.com Innovative Learning Kft.
|
||||||
|
The intellectual and technical concepts contained herein are proprietary
|
||||||
|
to Avatao.com Innovative Learning Kft. and are protected by trade secret
|
||||||
|
or copyright law. Dissemination of this information or reproduction of
|
||||||
|
this material is strictly forbidden unless prior written permission is
|
||||||
|
obtained from Avatao.com Innovative Learning Kft.
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
import { NgModule } from '@angular/core';
|
import { NgModule } from '@angular/core';
|
||||||
import { RouterModule, Routes } from '@angular/router';
|
import { RouterModule, Routes } from '@angular/router';
|
||||||
|
|
||||||
|
@ -1 +1,4 @@
|
|||||||
|
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
All Rights Reserved. See LICENSE file for details. -->
|
||||||
|
|
||||||
<router-outlet></router-outlet>
|
<router-outlet></router-outlet>
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
import { Component } from '@angular/core';
|
import { Component } from '@angular/core';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
import { HttpClientModule } from '@angular/common/http';
|
import { HttpClientModule } from '@angular/common/http';
|
||||||
import { FormsModule } from '@angular/forms';
|
import { FormsModule } from '@angular/forms';
|
||||||
import { BrowserModule } from '@angular/platform-browser';
|
import { BrowserModule } from '@angular/platform-browser';
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
export const config = {
|
export const config = {
|
||||||
dashboard: {
|
dashboard: {
|
||||||
route: 'dashboard',
|
route: 'dashboard',
|
||||||
|
3
src/app/dashboard/dashboard.component.html
Executable file → Normal file
3
src/app/dashboard/dashboard.component.html
Executable file → Normal file
@ -1,3 +1,6 @@
|
|||||||
|
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
All Rights Reserved. See LICENSE file for details. -->
|
||||||
|
|
||||||
<div [attr.class]="layout">
|
<div [attr.class]="layout">
|
||||||
<div class="tfw-grid-main-components">
|
<div class="tfw-grid-main-components">
|
||||||
<div class="tfw-header"><app-header></app-header></div>
|
<div class="tfw-header"><app-header></app-header></div>
|
||||||
|
3
src/app/dashboard/dashboard.component.scss
Executable file → Normal file
3
src/app/dashboard/dashboard.component.scss
Executable file → Normal file
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
@import "../../assets/scss/variables.scss";
|
@import "../../assets/scss/variables.scss";
|
||||||
@import "../../assets/scss/mixins/layout.scss";
|
@import "../../assets/scss/mixins/layout.scss";
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
import { Component, OnDestroy, OnInit, ChangeDetectorRef } from '@angular/core';
|
import { Component, OnDestroy, OnInit, ChangeDetectorRef } from '@angular/core';
|
||||||
import { DeploymentNotificationService } from '../services/deployment-notification.service';
|
import { DeploymentNotificationService } from '../services/deployment-notification.service';
|
||||||
import { Subscription } from 'rxjs/Subscription';
|
import { Subscription } from 'rxjs/Subscription';
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
export class LayoutCommand {
|
export class LayoutCommand {
|
||||||
command: string;
|
command: string;
|
||||||
layout: string;
|
layout: string;
|
||||||
|
3
src/app/header/header.component.html
Executable file → Normal file
3
src/app/header/header.component.html
Executable file → Normal file
@ -1,3 +1,6 @@
|
|||||||
|
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
All Rights Reserved. See LICENSE file for details. -->
|
||||||
|
|
||||||
<div class="tfw-grid-navbar tao-grid-center-center">
|
<div class="tfw-grid-navbar tao-grid-center-center">
|
||||||
<img src="images/avatao_logo.svg" routerLink="/" class="tao-grid-center-left tfw-company-logo" alt="">
|
<img src="images/avatao_logo.svg" routerLink="/" class="tao-grid-center-left tfw-company-logo" alt="">
|
||||||
<span class="tfw-header-title">Tutorials</span>
|
<span class="tfw-header-title">Tutorials</span>
|
||||||
|
3
src/app/header/header.component.scss
Executable file → Normal file
3
src/app/header/header.component.scss
Executable file → Normal file
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
@import "../../assets/scss/variables.scss";
|
@import "../../assets/scss/variables.scss";
|
||||||
|
|
||||||
.tfw-header-title {
|
.tfw-header-title {
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
import { Component } from '@angular/core';
|
import { Component } from '@angular/core';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
All Rights Reserved. See LICENSE file for details. -->
|
||||||
|
|
||||||
<div class="tfw-grid-ide-statusbar">
|
<div class="tfw-grid-ide-statusbar">
|
||||||
<div class="btn-group btn-group-sm flex-wrap tao-grid-center-left">
|
<div class="btn-group btn-group-sm flex-wrap tao-grid-center-left">
|
||||||
<button *ngFor="let file of files"
|
<button *ngFor="let file of files"
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
@import "../../assets/scss/variables.scss";
|
@import "../../assets/scss/variables.scss";
|
||||||
|
|
||||||
.tfw-grid-ide-statusbar {
|
.tfw-grid-ide-statusbar {
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
import { ChangeDetectorRef, Component, OnInit } from '@angular/core';
|
import { ChangeDetectorRef, Component, OnInit } from '@angular/core';
|
||||||
|
|
||||||
import * as brace from 'brace';
|
import * as brace from 'brace';
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
export interface SourceCode {
|
export interface SourceCode {
|
||||||
filename: string;
|
filename: string;
|
||||||
content?: string;
|
content?: string;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
export class Message {
|
export class Message {
|
||||||
originator: string;
|
originator: string;
|
||||||
timestamp: Date;
|
timestamp: Date;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
export class MessageControl {
|
export class MessageControl {
|
||||||
command: string;
|
command: string;
|
||||||
next_visibility?: boolean;
|
next_visibility?: boolean;
|
||||||
|
3
src/app/messages/messages.component.html
Executable file → Normal file
3
src/app/messages/messages.component.html
Executable file → Normal file
@ -1,3 +1,6 @@
|
|||||||
|
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
All Rights Reserved. See LICENSE file for details. -->
|
||||||
|
|
||||||
<div class="tfw-messages-main">
|
<div class="tfw-messages-main">
|
||||||
<div class="tfw-grid-messages-header">
|
<div class="tfw-grid-messages-header">
|
||||||
<div class="tao-grid-top-left"><span>Instructions</span></div>
|
<div class="tao-grid-top-left"><span>Instructions</span></div>
|
||||||
|
3
src/app/messages/messages.component.scss
Executable file → Normal file
3
src/app/messages/messages.component.scss
Executable file → Normal file
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
@import "../../assets/scss/variables.scss";
|
@import "../../assets/scss/variables.scss";
|
||||||
|
|
||||||
.tfw-messages-main {
|
.tfw-messages-main {
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
import { ChangeDetectorRef, Component, OnInit } from '@angular/core';
|
import { ChangeDetectorRef, Component, OnInit } from '@angular/core';
|
||||||
import { MarkdownService } from '../services/markdown.service';
|
import { MarkdownService } from '../services/markdown.service';
|
||||||
import { WebSocketService } from '../services/websocket.service';
|
import { WebSocketService } from '../services/websocket.service';
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
import { Pipe, PipeTransform } from '@angular/core';
|
import { Pipe, PipeTransform } from '@angular/core';
|
||||||
import { DomSanitizer } from '@angular/platform-browser';
|
import { DomSanitizer } from '@angular/platform-browser';
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
import { Injectable } from '@angular/core';
|
import { Injectable } from '@angular/core';
|
||||||
import { Subject } from 'rxjs/Subject';
|
import { Subject } from 'rxjs/Subject';
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
import { Injectable } from '@angular/core';
|
import { Injectable } from '@angular/core';
|
||||||
import { WebSocketService } from './websocket.service';
|
import { WebSocketService } from './websocket.service';
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
export class FSMUpdate {
|
export class FSMUpdate {
|
||||||
current_state: string;
|
current_state: string;
|
||||||
valid_transitions: object;
|
valid_transitions: object;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
import { Injectable } from '@angular/core';
|
import { Injectable } from '@angular/core';
|
||||||
import { Converter } from 'showdown';
|
import { Converter } from 'showdown';
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
export class ProcessCommand {
|
export class ProcessCommand {
|
||||||
command: string;
|
command: string;
|
||||||
process_name: string;
|
process_name: string;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
import { Injectable } from '@angular/core';
|
import { Injectable } from '@angular/core';
|
||||||
|
|
||||||
import { WebSocketService } from './websocket.service';
|
import { WebSocketService } from './websocket.service';
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
import { Injectable } from '@angular/core';
|
import { Injectable } from '@angular/core';
|
||||||
import { Terminal } from 'xterm';
|
import { Terminal } from 'xterm';
|
||||||
import * as fit from 'xterm/lib/addons/fit/fit';
|
import * as fit from 'xterm/lib/addons/fit/fit';
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
import { Injectable } from '@angular/core';
|
import { Injectable } from '@angular/core';
|
||||||
import { QueueingSubject } from 'queueing-subject';
|
import { QueueingSubject } from 'queueing-subject';
|
||||||
import { Observable } from 'rxjs/Observable';
|
import { Observable } from 'rxjs/Observable';
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
export class WSMessage<T> {
|
export class WSMessage<T> {
|
||||||
key: string;
|
key: string;
|
||||||
trigger?: string;
|
trigger?: string;
|
||||||
|
3
src/app/sidebar/sidebar.component.html
Executable file → Normal file
3
src/app/sidebar/sidebar.component.html
Executable file → Normal file
@ -1,3 +1,6 @@
|
|||||||
|
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
All Rights Reserved. See LICENSE file for details. -->
|
||||||
|
|
||||||
<div class="tfw-ide-pin" *ngFor="let layoutIter of enabledLayouts">
|
<div class="tfw-ide-pin" *ngFor="let layoutIter of enabledLayouts">
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
3
src/app/sidebar/sidebar.component.scss
Executable file → Normal file
3
src/app/sidebar/sidebar.component.scss
Executable file → Normal file
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
@import "../../assets/scss/variables.scss";
|
@import "../../assets/scss/variables.scss";
|
||||||
@import "../../assets/scss/mixins/layout.scss";
|
@import "../../assets/scss/mixins/layout.scss";
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
import { Component, Input, Output, EventEmitter } from '@angular/core';
|
import { Component, Input, Output, EventEmitter } from '@angular/core';
|
||||||
import { config } from '../config';
|
import { config } from '../config';
|
||||||
|
|
||||||
|
@ -1 +1,4 @@
|
|||||||
|
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
All Rights Reserved. See LICENSE file for details. -->
|
||||||
|
|
||||||
<div #xterm class="tfw-xterm" (window:resize)="fit()"></div>
|
<div #xterm class="tfw-xterm" (window:resize)="fit()"></div>
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
@import "../../assets/scss/mixins/layout.scss";
|
@import "../../assets/scss/mixins/layout.scss";
|
||||||
@import "../../app/dashboard/dashboard.component.scss";
|
@import "../../app/dashboard/dashboard.component.scss";
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
import { AfterViewInit, Component, ElementRef, OnDestroy, OnInit, ViewChild } from '@angular/core';
|
import { AfterViewInit, Component, ElementRef, OnDestroy, OnInit, ViewChild } from '@angular/core';
|
||||||
import { TerminadoService } from '../services/terminado.service';
|
import { TerminadoService } from '../services/terminado.service';
|
||||||
|
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
|
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
All Rights Reserved. See LICENSE file for details. -->
|
||||||
|
|
||||||
<textarea [(ngModel)]="messageStr" cols="33" rows="7"></textarea><br>
|
<textarea [(ngModel)]="messageStr" cols="33" rows="7"></textarea><br>
|
||||||
<button class="btn btn-primary" (click)="sendTestMessage()">Send</button>
|
<button class="btn btn-primary" (click)="sendTestMessage()">Send</button>
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
import { Component, OnInit } from '@angular/core';
|
import { Component, OnInit } from '@angular/core';
|
||||||
import { WebSocketService } from '../services/websocket.service';
|
import { WebSocketService } from '../services/websocket.service';
|
||||||
|
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
|
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
All Rights Reserved. See LICENSE file for details. -->
|
||||||
|
|
||||||
<h2>WebComponent is here!</h2>
|
<h2>WebComponent is here!</h2>
|
||||||
<p>Edit me if you want to write your own component in Angular!</p>
|
<p>Edit me if you want to write your own component in Angular!</p>
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
// Edit me if you want to write your own component in Angular!
|
// Edit me if you want to write your own component in Angular!
|
||||||
import { Component } from '@angular/core';
|
import { Component } from '@angular/core';
|
||||||
import { config } from '../config'
|
import { config } from '../config'
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
.tao-grid-center-center {
|
.tao-grid-center-center {
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
@import
|
@import
|
||||||
'variables',
|
'variables',
|
||||||
'grid';
|
'grid';
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
//
|
//
|
||||||
// Spaces
|
// Spaces
|
||||||
//
|
//
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
$grid-columns-count: 25;
|
$grid-columns-count: 25;
|
||||||
$grid-rows-count: 25;
|
$grid-rows-count: 25;
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
|
// All Rights Reserved. See LICENSE file for details.
|
||||||
|
|
||||||
.tao-btn-primary {
|
.tao-btn-primary {
|
||||||
color: $tao-blue-500;
|
color: $tao-blue-500;
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user