This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// OAuthGoogle.swift | |
// AuthenticationViewController | |
// | |
// Created by Jose Antonio Lopez ([email protected]) on 01/01/2018. | |
// Copyright © 2018 Jose Antonio Lopez. All rights reserved. | |
// | |
import Foundation | |
import AuthenticationViewController |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// UnderlinedTextField.swift | |
// Assembly | |
// | |
// Created by Jose Antonio Lopez ([email protected]) on 01/01/17. | |
// Copyright (c) 2017 Vemovi Desarrolla sl. All rights reserved. | |
// | |
import Foundation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package application; | |
import javafx.application.Application; | |
import javafx.application.Platform; | |
import javafx.event.ActionEvent; | |
import javafx.event.EventHandler; | |
import javafx.stage.Stage; | |
import javafx.stage.StageStyle; | |
import javafx.scene.Scene; | |
import javafx.scene.layout.BorderPane; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import url(../../../stylesheets/application.css); | |
#header > h1 { | |
background: url(../images/logo.png) 5px 5px no-repeat | |
} | |
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { | |
#header > h1 { | |
background-image: url(../images/logo2x.png); | |
background-size: 38px 40px |