Skip to content

Instantly share code, notes, and snippets.

View wrumsby's full-sized avatar
💭
what is this even

Walter Rumsby wrumsby

💭
what is this even
View GitHub Profile
@wrumsby
wrumsby / dabblet.css
Last active February 3, 2016 21:15
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#mobile {
max-width: 240px;
}
/*
#mobile .xui-u-flex {
@wrumsby
wrumsby / dabblet.css
Created February 2, 2016 04:40
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#mobile {
max-width: 240px;
}
#mobile.xui-u-flex {
flex-direction: column;
@wrumsby
wrumsby / dabblet.css
Last active December 15, 2015 02:21
FLEXBOX!!!
/**
* FLEXBOX!!!
*/
body {
background-color: #fff;
color: #333;
font-family: sans-serif;
}
.box {
@wrumsby
wrumsby / dabblet.css
Created December 15, 2015 02:09
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
box-sizing: border-box;
}
.xui-summary {
border: 1px solid #666;
@wrumsby
wrumsby / dabblet.css
Last active November 30, 2015 00:16
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
box-sizing: border-box;
}
.xui-summary {
border: 1px solid #666;
@wrumsby
wrumsby / dabblet.css
Created November 9, 2015 01:56
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.foo {
background-color: #fff;
border-radius: 0;
border-width: 0;
font-size: 14px;
padding: 8px;
}
@wrumsby
wrumsby / dabblet.css
Last active October 29, 2015 21:11
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {}
.toast--message:not(:first-child) {
margin-left: 5px;
}
@wrumsby
wrumsby / dabblet.css
Last active October 19, 2015 19:32
ExtJS-inspired markup with flexbox for drop downs (now with select).
/**
* ExtJS-inspired markup with flexbox for drop downs (now with select).
*/
* {
box-sizing: border-box;
}
body {
background-color: #fff;
@wrumsby
wrumsby / dabblet.css
Last active October 19, 2015 04:21
ExtJS-inspired markup with flexbox for drop downs.
/**
* ExtJS-inspired markup with flexbox for drop downs.
*/
* {
box-sizing: border-box;
}
body {
background-color: #fff;
@wrumsby
wrumsby / dabblet.css
Created October 5, 2015 00:23
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
body {
font-family: sans-serif;
}