change file EOL sequence from CRLF to LF
This commit is contained in:
parent
bf56dff85d
commit
2a65b33bdc
@ -1,41 +1,41 @@
|
||||
@import "/imports/ui/stylesheets/variables/_all";
|
||||
|
||||
:root{
|
||||
--user-manage-menu-top : -0.5rem;
|
||||
--user-manage-menu-right : -0.75rem;
|
||||
--user-manage-menu-width : 10rem;
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.dropdownContent {
|
||||
top: var(--user-manage-menu-top);
|
||||
right: var(--user-manage-menu-right);
|
||||
width: var(--user-manage-menu-width);
|
||||
|
||||
@include mq($small-only) {
|
||||
width: 100vw;
|
||||
}
|
||||
}
|
||||
|
||||
.optionsButton{
|
||||
border-radius: 50%;
|
||||
display: block;
|
||||
padding: 0px;
|
||||
|
||||
i {
|
||||
width: auto;
|
||||
font-size: var(--font-size-base) !important;
|
||||
color: var(--color-gray-dark) !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: var(--color-off-white) !important;
|
||||
}
|
||||
}
|
||||
|
||||
@import "/imports/ui/stylesheets/variables/_all";
|
||||
|
||||
:root{
|
||||
--user-manage-menu-top : -0.5rem;
|
||||
--user-manage-menu-right : -0.75rem;
|
||||
--user-manage-menu-width : 10rem;
|
||||
}
|
||||
|
||||
.dropdown {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.dropdownContent {
|
||||
top: var(--user-manage-menu-top);
|
||||
right: var(--user-manage-menu-right);
|
||||
width: var(--user-manage-menu-width);
|
||||
|
||||
@include mq($small-only) {
|
||||
width: 100vw;
|
||||
}
|
||||
}
|
||||
|
||||
.optionsButton{
|
||||
border-radius: 50%;
|
||||
display: block;
|
||||
padding: 0px;
|
||||
|
||||
i {
|
||||
width: auto;
|
||||
font-size: var(--font-size-base) !important;
|
||||
color: var(--color-gray-dark) !important;
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: var(--color-off-white) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user