mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 09:57:30 +01:00
initial commit.
This commit is contained in:
18
styles/layout.scss
Normal file
18
styles/layout.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
#layout {
|
||||
#align {
|
||||
.btn-group {
|
||||
height: 120px;
|
||||
width: 180px;
|
||||
position: relative;
|
||||
.btn {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
|
||||
&.top { top: 0px; left: 50%; margin-left: -30px; }
|
||||
&.bottom { bottom: 0px; left: 50%; margin-left: -30px; }
|
||||
&.left { left: 0px; top: 50%; margin-top: -30px; }
|
||||
&.right { right: 0px; top: 50%; margin-top: -30px; }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user