Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
1 answer
34 views

Simple Floating Placeholder in HTML and CSS wihtout setting background to placeholder

hello i am doing a simple floating placeholder on input. but i dont want to set the placeholder a background, since i have different input backgrounds and different background styles. is there a way ...
georgio bejjani's user avatar
0 votes
1 answer
50 views

How to select a descendent of div.box-type-1, but only when div.box-type-1 is the closest ancestor with a .box-type-* class?

I’ve got containers with colored backgrounds that fall into one of three different categories, represented by the sass placeholders %dark-box, %light-box, and %gradient-box. I need to adjust the ...
jstoller's user avatar
0 votes
0 answers
27 views

AdminLte SCSS file not working properly after migration to Angular 18

I migrated an old company project from Angular 7 to Angular 18, mostly everything works again now, but for some reason, the login screen is still broken. In the original Angular 7 version, the login ...
Jeremiah Boey's user avatar
-3 votes
0 answers
19 views

Scss e styled-components [closed]

Gostaria de saber se consigo utilizar o SCSS para configurar variaveis e utilizar o styled-components para a estilização de uma pagina. Se sim, como posso fazer isso, já tentei importar o arquivo SCSS ...
real kaique's user avatar
0 votes
0 answers
15 views

Advice for migrating from Angular 14 legacy components to Angular 15 MDC components [closed]

Our application overrides many material styles and running the migration command generates hundreds of TODO comments about targeting internal classes that no longer apply to MDC components in my ...
user26465870's user avatar
0 votes
0 answers
13 views

Undefined predefind Bulma SASS color variable

When I was using Bulma 0.9.4 I could customise colors using Bulma's predefined colors e.g. something like this: $body-background-color: $grey With Bulma 1.0.1 I have code like the following: @use &...
nandac's user avatar
  • 349
0 votes
1 answer
38 views

How to make Image responsive for all screens

I am creating a project card that contain image and more details. In large screens the style is as expected working fine, but in smaller screens the image change it is behavior and do not cover the ...
Hussein's user avatar
0 votes
0 answers
24 views

How to create conditional styling for Bulma CSS, similar to Pico CSS, without losing Bulma's design?

I'm trying to implement conditional styling for Bulma CSS, similar to how Pico CSS handles it (https://picocss.com/docs/conditional). My goal is to scope Bulma styles to elements with a specific class,...
Cyrus Justine's user avatar
0 votes
0 answers
38 views

Larave:Vite z index limit of 0? Why not -1

*this thread has evolved much today. I am taking a basic php site I already have running and trying to understand why going to a framework was a good idea! 95% setup, using partials app.scss Old index....
user26449122's user avatar
-3 votes
1 answer
30 views

searching for this font animation but couldn't find [closed]

I want to implement this font animation in my project but I don't know what animation is this since I'm not a CSS master please someone can help me in that I really appreciate any help you can provide....
Muzzamil Shaikh's user avatar
0 votes
1 answer
38 views

How to fix my SCSS so it's applying the text color?

might be best explain with an example this is the HTML snippet of my breadcrumb. This comes with its own breadcrumbs.scss. <div class="container"> <div class="cmp-container&...
mrjayviper's user avatar
  • 2,388
0 votes
0 answers
33 views

CSS animations just stopped working on React

My css animations just stopped working and i have no idea why, this is a react project i'm working on to learn more about the framework, if someone knows why this happens it would help a lot, thanks. ...
ericericeri_'s user avatar
0 votes
0 answers
36 views

Media Queries Max-Width is not applied even though I am on mobile view (Browser)

I have a website in Astro and using SCSS. I have a weird bug with the media queries. I have this styling @media screen and (max-width: 768px) { .p-content { &_inner { ...
Haidepzai's user avatar
  • 990
0 votes
1 answer
33 views

How to prevent toggling an accordion in bootstrap when the user clicks on specific part of a button thats used to toggle an accordion

I am using bootstrap. Here, you can see this is a standard accordion. However, I want non-standard behaviour from it. When a user clicks on elements with the class 'option', it selects the 'suboptions'...
Haseeb Adnan's user avatar
-1 votes
0 answers
31 views

The responsivity of an application that already have too much screens and components

enter image description hereI'm dying of anxious, its been 1 month since I joined a new project, and started developing the front in the place of a software house. The problem is, the developer of the ...
Regis Freitas's user avatar

15 30 50 per page
1
2 3 4 5
1007