Re-arranging repos.
This commit is contained in:
parent
17b97aec61
commit
fe8d1ee495
70 changed files with 17 additions and 8 deletions
20
matomo/stylesheets/components/_button.less
Normal file
20
matomo/stylesheets/components/_button.less
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
.btn,
|
||||
input[type="button"],
|
||||
.button,
|
||||
#btn,
|
||||
input[type="submit"] {
|
||||
color: #323036 !important;
|
||||
box-shadow: none;
|
||||
text-decoration: none;
|
||||
text-transform: uppercase;
|
||||
border: none;
|
||||
font-weight: bold;
|
||||
letter-spacing: 1.5em;
|
||||
background-color: transparent;
|
||||
&:hover {
|
||||
color: #ceccd2;
|
||||
box-shadow: none;
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue