new: usr: add beta logo to the corner #3
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&subset=latin-ext');
|
||||
@import "~bootstrap/dist/css/bootstrap.min.css";
|
||||
@import "style";
|
||||
@import "style.homepage";
|
||||
|
||||
::-webkit-input-placeholder {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
@import "style";
|
||||
@import url('https://fonts.googleapis.com/css?family=Changa+One|Open+Sans:700');
|
||||
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
|
||||
|
||||
|
||||
10
assets/css/style.scss
Normal file
10
assets/css/style.scss
Normal file
@@ -0,0 +1,10 @@
|
||||
.mine-beta {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 150px;
|
||||
|
||||
z-index: 4;
|
||||
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
Reference in New Issue
Block a user