A Sample PHP Project for the tts_framework.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
tts_project/public/assets/mockup/uikit/css/components/placeholder.almost-flat.css

29 lines
761 B

/*! UIkit 2.26.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
Component: Placeholder
========================================================================== */
.uk-placeholder {
margin-bottom: 15px;
padding: 15px;
border: 1px dashed #dddddd;
background: #fafafa;
color: #444444;
}
/*
* Add margin if adjacent element
*/
* + .uk-placeholder {
margin-top: 15px;
}
/*
* Remove margin from the last-child
*/
.uk-placeholder > :last-child {
margin-bottom: 0;
}
/* Modifier: `uk-placeholder-large`
========================================================================== */
.uk-placeholder-large {
padding-top: 80px;
padding-bottom: 80px;
}