Skip to content

Instantly share code, notes, and snippets.

View matmac's full-sized avatar
🎯
Focusing

Matias Bejas matmac

🎯
Focusing
View GitHub Profile
@matmac
matmac / ns-table-fixed-header.less
Created May 5, 2016 11:28
NetStar table component styles
@color-table-generic: #333;
@color-header-last-child: #999;
@background-color-header: #e9e9e9;
@badge-border-thickness: 2px;
.absolute-table-wrapper {
bottom: 0;
position: absolute;
left: 10px;
right: 10px;
top: 47px;
@color-table-generic: #333;
@color-header-last-child: #999;
@background-color-header: #e9e9e9;
@badge-border-thickness: 2px;
.absolute-table-wrapper {
bottom: 0;
position: absolute;
left: 10px;
right: 10px;
top: 47px;
@matmac
matmac / gist:da8bf7b4994e35c93908
Last active August 29, 2015 14:10
Udemy Swift course - Code by matmac
//
// ViewController.swift
// ParquoIos
//
// Created by matmac on 23/11/14.
// Copyright (c) 2014 Infinite Spot S.L. All rights reserved.
//
import UIKit