Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F25243732
mixins.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
mixins.less
View Options
/* -------------------------------------------------------------
Auth Grove - Mixins
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Author: Dereckson
Tags: Bootstrap
Filename: login.css, app.css
Source: mixins.less
Licence: BSD
------------------------------------------------------------- */
/* -------------------------------------------------------------
Vendor specific features' prefixes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.
border-radius
(
@
radius
)
{
-webkit-border-radius
:
@
radius
;
-moz-border-radius
:
@
radius
;
border-radius
:
@
radius
;
}
.
box-shadow
(
@
x
:
0
;
@
y
:
0
;
@
blur
:
1px
;
@
color
:
#
000
)
{
-webkit-box-shadow
:
@
arguments
;
-moz-box-shadow
:
@
arguments
;
box-shadow
:
@
arguments
;
border-collapse
:
separate
;
//
Required
by
IE9
+
}
.
user-select
(
@
select
)
{
-webkit-user-select
:
@
select
;
-moz-user-select
:
@
select
;
-ms-user-select
:
@
select
;
user-select
:
@
select
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 02:05 (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3601348
Default Alt Text
mixins.less (1 KB)
Attached To
Mode
rGROVE Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment