Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SIGPUBLIC
unantes-orientation-active
Commits
b40dd7bf
Commit
b40dd7bf
authored
Jan 28, 2021
by
Gaëtan Ark
Browse files
Suppression de toute décoration sur les btn
parent
05a6b678
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/content/css/_corps.css
View file @
b40dd7bf
...
...
@@ -356,6 +356,7 @@ input[type='checkbox']:disabled + .form__label {
.btn
{
appearance
:
none
;
user-select
:
none
;
cursor
:
pointer
;
border
:
0
;
display
:
inline-block
;
padding
:
var
(
--btn-padding-sm
);
...
...
@@ -363,11 +364,11 @@ input[type='checkbox']:disabled + .form__label {
vertical-align
:
middle
;
text-align
:
center
;
text-transform
:
var
(
--btn-text-transform
);
text-decoration
:
none
;
font-weight
:
bold
;
box-shadow
:
var
(
--btn-decoration
);
color
:
var
(
--btn-color
);
background
:
var
(
--btn-bg
);
cursor
:
pointer
;
transition
:
all
0.3s
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment