onion/sass/ascribe_global_action.scss

25 lines
445 B
SCSS
Raw Permalink Normal View History

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