1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-16 17:43:17 +02:00
onion/sass/ascribe_global_action.scss
2015-09-01 14:45:14 +02:00

25 lines
445 B
SCSS

$break-small: 764px;
$break-medium: 991px;
$break-medium: 1200px;
.ascribe-global-action-wrapper {
position: fixed;
width: 100%;
max-width: 500px;
height:3.5em;
left:0;
right: 0;
top:0;
z-index: 2000;
display:table;
margin: 1px auto;
}
.ascribe-global-action {
text-align: center;
padding: 1em;
color: black;
border: 1px solid #cccccc;
background-color: white;
margin-top: 1px;
}