mirror of
https://github.com/ascribe/onion.git
synced 2024-11-14 09:05:08 +01:00
25 lines
445 B
SCSS
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;
|
|
} |